Adds the conveyor belt placer for easier conveyor belt production

This commit is contained in:
Citinited
2018-05-21 00:19:26 +01:00
parent a49fcfd53f
commit 15cd0ed63a
5 changed files with 59 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."