mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Merge pull request #9017 from ShadowLarkens/rpd_obtainable
Add Rapid Pipe Dispenser to R&D
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user