mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user