Merge pull request #2679 from Citadel-Station-13/upstream-merge-30531

[MIRROR] Adds Donksoft Toy Vendor (Machine Board) to the Circuit Imprinter
This commit is contained in:
LetterJay
2017-09-12 02:35:17 -05:00
committed by GitHub
8 changed files with 1195 additions and 1126 deletions
@@ -418,3 +418,11 @@
req_tech = list("programming" = 1)
build_path = /obj/item/circuitboard/machine/deep_fryer
category = list ("Misc. Machinery")
/datum/design/board/donksofttoyvendor
name = "Machine Design (Donksoft Toy Vendor Board)"
desc = "The circuit board for a Donksoft Toy Vendor."
id = "donksofttoyvendor"
req_tech = list("programming" = 1, "syndicate" = 2)
build_path = /obj/item/circuitboard/machine/vending/donksofttoyvendor
category = list ("Misc. Machinery")