mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Made drone control consoles buildable/researchable.
This commit is contained in:
@@ -223,6 +223,15 @@ datum/design/robocontrol
|
||||
materials = list("$glass" = 2000, "sacid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/robotics"
|
||||
|
||||
datum/design/dronecontrol
|
||||
name = "Circuit Design (Drone Control Console)"
|
||||
desc = "Allows for the construction of circuit boards used to build a Drone Control console."
|
||||
id = "dronecontrol"
|
||||
req_tech = list("programming" = 4)
|
||||
build_type = IMPRINTER
|
||||
materials = list("$glass" = 2000, "sacid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/drone_control"
|
||||
|
||||
datum/design/clonecontrol
|
||||
name = "Circuit Design (Cloning Machine Console)"
|
||||
desc = "Allows for the construction of circuit boards used to build a new Cloning Machine console."
|
||||
|
||||
Reference in New Issue
Block a user