Merge pull request #9017 from ShadowLarkens/rpd_obtainable

Add Rapid Pipe Dispenser to R&D
This commit is contained in:
Verkister
2021-02-11 15:27:38 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
@@ -31,6 +31,15 @@
build_path = /obj/item/weapon/tool/crowbar/power
sort_string = "NAAAC"
/datum/design/item/tool/rpd
name = "Rapid Pipe Dispenser"
desc = "A counterpart to the rapid construction device that allows creating and placing atmospheric and disposal pipes."
id = "rapidpipedispenser"
req_tech = list(TECH_ENGINEERING = 4, TECH_MATERIAL = 2)
materials = list(DEFAULT_WALL_MATERIAL = 4000, MAT_GLASS = 2000)
build_path = /obj/item/weapon/pipe_dispenser
sort_string = "NAAAD"
// Other devices
/datum/design/item/engineering/AssembleDesignName()