Made drone control consoles buildable/researchable.

This commit is contained in:
Zuhayr
2014-05-12 14:51:42 +09:30
parent c2616e3744
commit df7a589bd4
3 changed files with 14 additions and 1 deletions
+9
View File
@@ -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."