Merge pull request #9372 from Kyep/pod_fix

Fixes pod fab bug
This commit is contained in:
variableundefined
2018-09-28 15:02:57 +08:00
committed by GitHub
3 changed files with 27 additions and 4 deletions
@@ -272,6 +272,16 @@
build_path = /obj/item/circuitboard/mechfab
category = list("Research Machinery")
/datum/design/podfab
name = "Machine Board (Spacepod Fabricator)"
desc = "The circuit board for an Spacepod Fabricator"
id = "podfab"
req_tech = list("programming" = 3, "engineering" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/podfab
category = list("Research Machinery")
/datum/design/mech_recharger
name = "Machine Board (Mech Bay Recharger)"
desc = "The circuit board for a Mech Bay Recharger."