mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-19 03:56:32 +01:00
8 lines
309 B
Plaintext
8 lines
309 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
|
|
origin_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 2)
|
|
req_components = list (
|
|
/obj/item/stock_parts/micro_laser = 2
|
|
) |