Adds an autoimplanter to research designs, quite high tech and material needs come with it. (#216)

This commit is contained in:
Roland Forgo
2017-02-18 10:15:39 +01:00
committed by TalkingCactus
parent 0453438a7a
commit dd916684ad
+10
View File
@@ -389,6 +389,16 @@ other types of metals and chemistry for reagents).
build_path = /obj/item/clothing/glasses/hud/diagnostic/night
category = list("Equipment")
/datum/design/autoimplanter
name = "Autoimplanter"
desc = "An autoimplanter for implanting yourself without the need of another person."
id = "autoimplanter"
req_tech = list("materials" = 7, "engineering" = 7, "powerstorage" = 7, "plasmatech" = 7, "biotech" = 7)
build_type = PROTOLATHE
materials = list(MAT_METAL = 30000, MAT_GLASS = 30000, MAT_DIAMOND = 20000, MAT_PLASMA = 20000, MAT_TITANIUM = 20000)
build_path = /obj/item/device/autoimplanter
category = list("Medical Designs")
/////////////////////////////////////////
//////////////////Test///////////////////
/////////////////////////////////////////