mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
20a0443b8e
* Removes stack_origin_tech * Goodbye * I HATE MAP EDITS
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
/obj/item/circuitboard/firework_launcher
|
|
name = T_BOARD("firework launcher")
|
|
board_type = new /datum/frame/frame_types/machine
|
|
build_path = /obj/machinery/firework_launcher
|
|
req_components = list (
|
|
/obj/item/stock_parts/micro_laser = 2
|
|
)
|