Clears unused research var (#19355)

* Removes stack_origin_tech

* Goodbye

* I HATE MAP EDITS
This commit is contained in:
Cameron Lennox
2026-04-14 20:02:43 -04:00
committed by GitHub
parent 28d8f8788d
commit 20a0443b8e
355 changed files with 14 additions and 1199 deletions
@@ -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,