Skip to content

Commit

Permalink
COLONIAL SPACE GRUNTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Releasethesea committed Nov 9, 2023
1 parent 329074c commit 48fb533
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/game/machinery/vending/vending_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,12 @@
/obj/item/device/camera_film = 10,
/obj/item/notepad = 5,
/obj/item/device/toner = 5,
/obj/item/paper/Almayer/CSG = 15,
/obj/item/toy/dice/d20 = 10,
/obj/item/tool/pen = 10,
/obj/item/tool/pen/blue = 10,
/obj/item/tool/pen/red = 10,
/obj/item/tool/pen/fountain = 3,
)

contraband = list(/obj/item/toy/sword = 2)
Expand All @@ -433,5 +439,11 @@
/obj/item/toy/deck/uno = 15,
/obj/item/device/camera = 30,
/obj/item/device/toner = 15,
/obj/item/paper/Almayer/CSG = 5,
/obj/item/toy/dice/d20 = 1,
/obj/item/tool/pen = 2,
/obj/item/tool/pen/blue = 2,
/obj/item/tool/pen/red = 2,
/obj/item/tool/pen/fountain = 30,
)
product_type = VENDOR_PRODUCT_TYPE_RECREATIONAL
1 change: 1 addition & 0 deletions code/modules/asset_cache/asset_list_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"cmblogo.png" = 'html/images/cmblogo.png',
"faxwylogo.png" = 'html/images/faxwylogo.png',
"faxbackground.jpg" = 'html/images/faxbackground.jpg',
"colonialspacegruntsEZ.png" = 'html/images/ColonialSpaceGruntsEZ.png',
)

/datum/asset/spritesheet/chat
Expand Down
5 changes: 5 additions & 0 deletions code/modules/paperwork/paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -906,3 +906,8 @@

info = parsepencode(template, null, null, FALSE)
#undef MAX_FIELDS

/obj/item/paper/Almayer/CSG
name = "Colonial Space Grunts"
desc = "A tabletop game based around the USCM, easy to get into, simple to play, and most inportantly fun for the whole squad."
info = "<div> <img style='align:middle' src='ColonialSpaceGruntsEZ.png'>"
Binary file added html/images/ColonialSpaceGruntsEZ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48fb533

Please sign in to comment.