diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index a6e158befa..0723e48ec1 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -491,8 +491,8 @@ other types of metals and chemistry for reagents). build_path = /obj/item/roller/adv sort_string = "MBBAF" -/datum/design/item/medical/enhanced_analyzer - name = "enhanced health analyzer" +/datum/design/item/medical/advanced_analyzer + name = "advanced health analyzer" desc = "A prototype version of the regular health analyzer, able to distinguish the location of more serious injuries as well as accurately determine radiation levels." id = "advanced_analyzer" req_tech = list(TECH_MAGNET = 5, TECH_BIO = 6)