Merge pull request #9047 from Citinited/conveyor-belt-placer

Adds the conveyor belt placer
This commit is contained in:
Crazy Lemon
2018-06-29 21:11:49 -07:00
committed by GitHub
7 changed files with 65 additions and 0 deletions
@@ -800,6 +800,14 @@
build_path = /obj/item/conveyor_switch_construct
category = list("initial", "Construction")
/datum/design/conveyor_belt_placer
name = "Conveyor Belt Placer"
id = "conveyor_belt_placer"
build_type = AUTOLATHE
materials = list(MAT_METAL = 5000, MAT_GLASS = 1000) //This thing doesn't need to be very resource-intensive as the belts are already expensive
build_path = /obj/item/storage/conveyor
category = list("initial", "Construction")
/datum/design/laptop
name = "Laptop Frame"
id = "laptop"
@@ -51,6 +51,16 @@
build_path = /obj/item/storage/bag/ore/holding
category = list("Bluespace")
/datum/design/bluespace_belt_holder
name = "Bluespace Conveyor Belt Placer"
desc = "This device facilitates the rapid deployment of conveyor belts. This one is powered by bluespace."
id = "bluespace_belt_holder"
req_tech = list("materials" = 1, "engineering" = 3, "bluespace" = 3)
build_type = PROTOLATHE
materials = list(MAT_METAL = 5000, MAT_GLASS = 1000, MAT_SILVER = 500) //Costs similar materials to the basic one, but this one needs silver
build_path = /obj/item/storage/conveyor/bluespace
category = list("Bluespace")
/datum/design/telepad_beacon
name = "Telepad Beacon"
desc = "Use to warp in a cargo telepad."