Adds conveyor belts to autolathe (#19169)

- Added Conveyor belt to autolathe designs.
- Added Conveyor switches to autolathe designs.
This commit is contained in:
GunHog
2016-07-07 19:10:43 -04:00
committed by KorPhaeron
parent f9791395a1
commit 645b6d14cc
@@ -711,3 +711,20 @@
materials = list(MAT_METAL = 12000)
build_path = /obj/item/wallframe/turret_control
category = list("initial", "Construction")
/datum/design/conveyor_belt
name = "Conveyor belt"
id = "conveyor_belt"
build_type = AUTOLATHE
materials = list(MAT_METAL = 5000)
build_path = /obj/item/conveyor_construct
category = list("initial", "Construction")
/datum/design/conveyor_switch
name = "Conveyor belt switch"
id = "conveyor_switch"
build_type = AUTOLATHE
materials = list(MAT_METAL = 450, MAT_GLASS = 190)
build_path = /obj/item/conveyor_switch_construct
category = list("initial", "Construction")