From 10bce7e4d298b05e8d82e69924c64d9eddc1dfc9 Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:55:51 -0500 Subject: [PATCH] powder that makes you say yes --- code/modules/research/designs/medical.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/modules/research/designs/medical.dm b/code/modules/research/designs/medical.dm index 1303c383ff..75f1785514 100644 --- a/code/modules/research/designs/medical.dm +++ b/code/modules/research/designs/medical.dm @@ -107,15 +107,6 @@ sort_string = "KCAAA" //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 = "KBAAC" - /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."