Files
Cameron LennoxandGitHub 20a0443b8e Clears unused research var (#19355)
* Removes stack_origin_tech

* Goodbye

* I HATE MAP EDITS
2026-04-14 20:02:43 -04:00

36 lines
1.3 KiB
Plaintext

#ifndef T_BOARD
#error T_BOARD macro is not defined but we need it!
#endif
/obj/item/circuitboard/disperser
name = T_BOARD("obstruction removal ballista control")
build_path = /obj/machinery/computer/ship/disperser
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
req_components = list (
/obj/item/stock_parts/manipulator/pico = 5
)
hidden = TRUE // todo - Make properly constructable in round
/obj/item/circuitboard/dispersermiddle
name = T_BOARD("obstruction removal ballista fusor")
build_path = /obj/machinery/disperser/middle
board_type = new /datum/frame/frame_types/machine
req_components = list (
/obj/item/stock_parts/subspace/crystal = 10
)
hidden = TRUE // todo - Make properly constructable in round
/obj/item/circuitboard/disperserback
name = T_BOARD("obstruction removal ballista material deconstructor")
build_path = /obj/machinery/disperser/back
board_type = new /datum/frame/frame_types/machine
req_components = list (
/obj/item/stock_parts/capacitor/super = 5
)
hidden = TRUE // todo - Make properly constructable in round