diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index d011ae23e2..a9bfadee41 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -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/////////////////// /////////////////////////////////////////