Porting in the "Mediborg's Amputation Adventure" and Minesweeper arcade machines.

This commit is contained in:
Ghommie
2019-06-22 23:15:51 +02:00
parent 2f96e40120
commit 138535f9f6
22 changed files with 1481 additions and 1023 deletions
+2 -1
View File
@@ -2241,7 +2241,8 @@
/obj/item/storage/fancy/cigarettes/cigpack_shadyjims,
/obj/item/clothing/mask/gas/syndicate,
/obj/item/clothing/neck/necklace/dope,
/obj/item/vending_refill/donksoft)
/obj/item/vending_refill/donksoft,
/obj/item/circuitboard/computer/arcade/amputation)
crate_name = "crate"
/datum/supply_pack/costumes_toys/foamforce
+6
View File
@@ -528,6 +528,12 @@ GLOBAL_LIST_EMPTY(asset_datums)
"browserOutput.css" = 'code/modules/goonchat/browserassets/css/browserOutput.css',
)
/datum/asset/spritesheet/minesweeper
name = "minesweeper"
/datum/asset/spritesheet/minesweeper/register()
InsertAll("minesweeper", 'icons/misc/minesweeper_tiles.dmi')
/datum/asset/spritesheet/goonchat
name = "chat"
@@ -21,6 +21,14 @@
category = list("Computer Boards")
departmental_flags = DEPARTMENTAL_FLAG_ALL
/datum/design/board/minesweeper
name = "Computer Design (Minesweeper Arcade Machine)"
desc = "Allows for the construction of circuit boards used to build a new Minesweeper machine."
id = "arcade_minesweeper"
build_path = /obj/item/circuitboard/computer/arcade/minesweeper
category = list("Computer Boards")
departmental_flags = DEPARTMENTAL_FLAG_ALL
/datum/design/board/slot_machine
name = "Computer Design (Slot Machine)"
desc = "Allows for the construction of circuit boards used to build a new slot machine."