mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
[MIRROR] Clears unused research var (#12685)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
71699b747b
commit
bb3778d69d
@@ -5,14 +5,12 @@
|
||||
/obj/item/circuitboard/disperser
|
||||
name = T_BOARD("obstruction removal ballista control")
|
||||
build_path = /obj/machinery/computer/ship/disperser
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_COMBAT = 2, TECH_BLUESPACE = 2)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
/obj/item/circuitboard/disperserfront
|
||||
name = T_BOARD("obstruction removal ballista beam generator")
|
||||
build_path = /obj/machinery/disperser/front
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_COMBAT = 2, TECH_BLUESPACE = 2)
|
||||
req_components = list (
|
||||
/obj/item/stock_parts/manipulator/pico = 5
|
||||
)
|
||||
@@ -22,7 +20,6 @@
|
||||
name = T_BOARD("obstruction removal ballista fusor")
|
||||
build_path = /obj/machinery/disperser/middle
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_COMBAT = 2, TECH_BLUESPACE = 2)
|
||||
req_components = list (
|
||||
/obj/item/stock_parts/subspace/crystal = 10
|
||||
)
|
||||
@@ -32,7 +29,6 @@
|
||||
name = T_BOARD("obstruction removal ballista material deconstructor")
|
||||
build_path = /obj/machinery/disperser/back
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_COMBAT = 2, TECH_BLUESPACE = 2)
|
||||
req_components = list (
|
||||
/obj/item/stock_parts/capacitor/super = 5
|
||||
)
|
||||
|
||||
@@ -204,7 +204,6 @@
|
||||
name = T_BOARD("gas thruster")
|
||||
icon_state = "mcontroller"
|
||||
build_path = /obj/machinery/atmospherics/unary/engine
|
||||
origin_tech = list(TECH_POWER = 1, TECH_ENGINEERING = 2)
|
||||
req_components = list(
|
||||
/obj/item/stack/cable_coil = 30,
|
||||
/obj/item/pipe = 2,
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
board_type = "machine"
|
||||
icon_state = "mcontroller"
|
||||
build_path = /obj/machinery/ion_engine
|
||||
origin_tech = list(TECH_POWER = 1, TECH_ENGINEERING = 2)
|
||||
req_components = list(
|
||||
/obj/item/stack/cable_coil = 2,
|
||||
/obj/item/stock_parts/matter_bin = 1,
|
||||
|
||||
Reference in New Issue
Block a user