diff --git a/code/modules/research/designs/medical.dm b/code/modules/research/designs/medical.dm index 8e821fe0fe..bc45cc982d 100644 --- a/code/modules/research/designs/medical.dm +++ b/code/modules/research/designs/medical.dm @@ -133,6 +133,26 @@ build_path = /obj/item/device/healthanalyzer/improved sort_string = "MBBAG" +//YAWN changes +/datum/design/item/medical/advanced_analyzer + name = "advanced health analyzer" + desc = "A prototype version of the improved health analyzer, able to distinguish the location of more serious injuries as well as accurately determine radiation levels, and neurological analysis suites" + id = "advanced_analyzer" + req_tech = list(TECH_MAGNET = 6, TECH_BIO = 7, TECH_PHORON = 4) + materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 1000, "silver" = 1250, "gold" = 1750, "uranium" = 1000, "plastic" = 500) + build_path = /obj/item/device/healthanalyzer/advanced + sort_string = "MBBAH" + +/datum/design/item/medical/phasic_analyzer + name = "phasic health analyzer" + desc = "A prototype version of the advanced health analyzer, able to distinguish the location of more serious injuries as well as accurately determine radiation levels, and neurological analysis suites. This analyzer even picks up chemicals in the patient's stomach." + id = "phasic_analyzer" + req_tech = list(TECH_MAGNET = 7, TECH_BIO = 8, TECH_BLUESPACE = 6, TECH_PHORON = 5) + materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 1000, "silver" = 1500, "gold" = 2000, "uranium" = 1250, "diamond" = 750, "phoron" = 500, "plastic" = 1000, "osmium" = 500) + build_path = /obj/item/device/healthanalyzer/phasic + sort_string = "MBBAI" +//End of YAWN changes + /datum/design/item/implant materials = list(DEFAULT_WALL_MATERIAL = 50, "glass" = 50) @@ -183,4 +203,4 @@ materials = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 500) build_path = /obj/item/device/mmi category = "Misc" - sort_string = "VACBA" \ No newline at end of file + sort_string = "VACBA"