Merge pull request #8727 from Ghommie/Ghommie-cit78

Porting in the "Mediborg's Amputation Adventure" and Minesweeper arcades.
This commit is contained in:
deathride58
2019-06-28 00:47:09 -04:00
committed by GitHub
34 changed files with 1492 additions and 1026 deletions
@@ -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."