From 7e7848fa8bc9dada02cc587c9721dea9551af1cc Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Sep 2020 20:29:50 -0500 Subject: [PATCH] adds slave implant to techweb --- code/modules/research/designs/medical_designs.dm | 12 +++++++++++- code/modules/research/techweb/all_nodes.dm | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index d95f4eeb..2a79d48b 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -522,6 +522,16 @@ category = list("Medical Designs") departmental_flags = DEPARTMENTAL_FLAG_SECURITY | DEPARTMENTAL_FLAG_MEDICAL +/datum/design/implant_slave + name = "Slave Implant Case" + desc = "A glass case containing an implant." + id = "implant_slave" + build_type = PROTOLATHE + materials = list(MAT_METAL = 500, MAT_GLASS = 500) + build_path = /obj/item/implantcase/slave + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_SECURITY | DEPARTMENTAL_FLAG_MEDICAL + //Cybernetic organs /datum/design/cybernetic_liver @@ -949,4 +959,4 @@ construction_time = 40 build_path = /obj/item/hypospray/mkii/disposable category = list("Medical Designs") - departmental_flags = DEPARTMENTAL_FLAG_MEDICAL \ No newline at end of file + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index 843244c5..e61e92e7 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -518,7 +518,7 @@ display_name = "Subdermal Implants" description = "Electronic implants buried beneath the skin." prereq_ids = list("biotech", "datatheory") - design_ids = list("implanter", "implantcase", "implant_chem", "implant_tracking", "locator", "c38_trac") + design_ids = list("implanter", "implantcase", "implant_chem", "implant_tracking", "implant_slave", "locator", "c38_trac") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) export_price = 5000