Arcade Prize Counter

This commit is contained in:
FalseIncarnate
2016-02-14 01:58:36 -05:00
parent 954d0dadfa
commit 0015eac2c8
10 changed files with 171 additions and 168 deletions
@@ -490,4 +490,13 @@
build_type = IMPRINTER
materials = list(MAT_GLASS=1000, "sacid"=20)
build_path = /obj/item/weapon/circuitboard/clawgame
category = list ("Misc. Machinery")
category = list ("Misc. Machinery")
/datum/design/prize_counter
name = "Machine Design (Prize Counter)"
desc = "The circuit board for an arcade Prize Counter."
req_tech = list("programming" = 2, "materials" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS=1000, "sacid"=20)
build_path = /obj/item/weapon/circuitboard/prize_counter
category = list("Misc. Machinery")