mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
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
|
|
) |