mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Adds the conveyor belt placer for easier conveyor belt production
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user