Adds the rapid part exchange device

This commit is contained in:
AlexanderSeto
2014-05-24 08:56:51 -07:00
parent 595522caf6
commit 586e9633f1
5 changed files with 756 additions and 0 deletions
+10
View File
@@ -952,6 +952,16 @@ datum/design/tech_disk
/////////////Stock Parts////////////////
////////////////////////////////////////
datum/design/RPED
name = "Rapid Part Exchange Device"
desc = "Special mechanical module made to store, sort, and apply standard machine parts."
id = "rped"
req_tech = list("engineering" = 3,
"materials" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 15000, "$glass" = 5000) //hardcore
build_path = /obj/item/weapon/storage/part_replacer
datum/design/basic_capacitor
name = "Basic Capacitor"
desc = "A stock part used in the construction of various devices."