Makes All-In-One Grinders constructable

All-In-One Grinders can now be constructed from a machine frame using the appropriate circuit board, 2 manipulators and a matter bin.
This commit is contained in:
TheSardele
2019-07-19 17:58:52 +02:00
parent f0abbd38d2
commit 30f313cb93
4 changed files with 44 additions and 5 deletions
@@ -192,6 +192,16 @@
build_path = /obj/item/circuitboard/chem_heater
category = list ("Medical Machinery")
/datum/design/reagentgrinder
name = "Machine Design (All-In-One Grinder)"
desc = "The circuit board for a chemical heater."
id = "reagentgrinder"
req_tech = list("biotech" = 2, "materials" = 2, "programming" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/reagentgrinder
category = list ("Medical Machinery")
/datum/design/sleeper
name = "Machine Board (Sleeper)"
desc = "Allows for the construction of circuit boards used to build a Sleeper."