Merge pull request #11706 from Ghommie/Ghommie-cit660
Minesweeper armageddon improvements
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
/datum/design/board/vendor
|
||||
name = "Machine Design (Vendor Board)"
|
||||
desc = "The circuit board for a Vendor."
|
||||
desc = "The circuit board for a Vendor. Use a screwdriver to turn the \"brand selection\" dial."
|
||||
id = "vendor"
|
||||
build_path = /obj/item/circuitboard/machine/vendor
|
||||
category = list ("Misc. Machinery")
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
display_name = "Games and Toys"
|
||||
description = "For the slackers on the station."
|
||||
prereq_ids = list("comptech")
|
||||
design_ids = list("arcade_battle", "arcade_orion", "slotmachine", "autoylathe")
|
||||
design_ids = list("arcade_battle", "arcade_orion", "arcade_minesweeper", "slotmachine", "autoylathe")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1000)
|
||||
|
||||
/////////////////////////Bluespace tech/////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user