Tweak: NT Merch vendor can now be moved and adds it's circuit board to the Circuit Imprinter. (#27374)

* NT Merch vendor can now be moved

* Made the NT Merch vendor board printable in the Circuit Imprinter
This commit is contained in:
Toastical
2024-12-02 19:55:36 +02:00
committed by GitHub
parent c798dad12d
commit 4cbab3c82c
3 changed files with 17 additions and 0 deletions
@@ -601,3 +601,13 @@
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/bottler
category = list("Misc. Machinery")
/datum/design/merch
name = "Machine Design (Nanotrasen Merch Board)"
desc = "The circuit board for an NT Merch vendor."
id = "merch"
req_tech = list("programming" = 1)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/merch
category = list("Misc. Machinery")