Printable Trolleys (#10358)

This commit is contained in:
Geeves
2020-10-28 18:11:49 +01:00
committed by GitHub
parent 595998296d
commit fd7fa9ef92
5 changed files with 43 additions and 17 deletions
@@ -0,0 +1,13 @@
#ifndef T_BOARD
#error T_BOARD macro is not defined but we need it!
#endif
/obj/item/circuitboard/cargo_trolley
name = T_BOARD("cargo trolley")
build_path = /obj/vehicle/train/cargo/trolley
board_type = BOARD_MACHINE
origin_tech = list(TECH_ENGINEERING = 2)
req_components = list(
"/obj/item/stack/cable_coil" = 15,
"/obj/item/stock_parts/capacitor" = 1
)