Merge pull request #10533 from uraniummeltdown/rpdfix

Fix RPD not appearing in Autolathe
This commit is contained in:
variableundefined
2018-12-28 20:45:25 +08:00
committed by GitHub
@@ -81,7 +81,7 @@
build_path = /obj/item/radio/beacon
category = list("Bluespace")
/datum/design/rpd
/datum/design/brpd
name = "Bluespace Rapid Pipe Dispenser (BRPD)"
desc = "Similar to the Rapid Pipe Dispenser, lets you rapidly dispense pipes. Now at long range!"
req_tech = list("bluespace" = 3, "toxins" = 6)
@@ -89,4 +89,4 @@
build_type = PROTOLATHE
materials = list(MAT_METAL = 75000, MAT_GLASS = 37500, MAT_SILVER = 3000)
build_path = /obj/item/rpd/bluespace
category = list("Bluespace")
category = list("Bluespace")