mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Made drone control consoles buildable/researchable.
This commit is contained in:
@@ -109,6 +109,10 @@
|
||||
name = "Circuit board (Robotics Control)"
|
||||
build_path = "/obj/machinery/computer/robotics"
|
||||
origin_tech = "programming=3"
|
||||
/obj/item/weapon/circuitboard/drone_control
|
||||
name = "Circuit board (Drone Control)"
|
||||
build_path = "/obj/machinery/computer/drone_control"
|
||||
origin_tech = "programming=3"
|
||||
/obj/item/weapon/circuitboard/cloning
|
||||
name = "Circuit board (Cloning)"
|
||||
build_path = "/obj/machinery/computer/cloning"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "power"
|
||||
req_access = list(access_engine_equip)
|
||||
circuit = "/obj/item/weapon/circuitboard/robotics"
|
||||
circuit = "/obj/item/weapon/circuitboard/drone_control"
|
||||
|
||||
//Used when pinging drones.
|
||||
var/drone_call_area = "Engineering"
|
||||
|
||||
@@ -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