diff --git a/code/modules/research/designs/medical_designs.dm b/code/modules/research/designs/medical_designs.dm index 28a38891e1f..b3f44051603 100644 --- a/code/modules/research/designs/medical_designs.dm +++ b/code/modules/research/designs/medical_designs.dm @@ -297,7 +297,7 @@ name = "Diagnostic HUD implant" desc = "These cybernetic eye implants will display a diagnostic HUD over everything you see. Wiggle eyes to control." id = "ci-diaghud" - req-tech = list("materials" = 5, "engineering" = 4, "programming" = 4, "biotech" = 4) + req_tech = list("materials" = 5, "engineering" = 4, "programming" = 4, "biotech" = 4) build_type = PROTOLATHE | MECHFAB construction_time = 50 materials = list(MAT_METAL = 600, MAT_GLASS = 600, MAT_SILVER = 500, MAT_GOLD = 500) @@ -327,9 +327,9 @@ category = list("Misc", "Medical") /datum/design/cyberimp_meson - name = "Meson implant" + name = "Meson vision implant" desc = "These cybernetic eyes will allow you to see the structural layout of the station." - id = "ci-meson" + id = "ci-mesonhud" req_tech = list("materials" = 4, "programming = 3", "biotech" = 4, "engineering" = 4, "magnets" = 4) build_type = PROTOLATHE | MECHFAB construction_time = 50 diff --git a/code/modules/surgery/organs/augments_eyes.dm b/code/modules/surgery/organs/augments_eyes.dm index 17273ca2195..94c8cd4551a 100644 --- a/code/modules/surgery/organs/augments_eyes.dm +++ b/code/modules/surgery/organs/augments_eyes.dm @@ -49,8 +49,8 @@ /obj/item/organ/internal/cyberimp/eyes/meson name = "Meson scanner implant" - desc = "These cybernetic eye implants will give you meson." - eye_colour = "#AEFF00" + desc = "These cybernetic eye implants will give you meson vision." + eye_colour = "#199900" implant_color = "#AEFF00" origin_tech = "materials=4;engineering=4;biotech=4;magnets=4" vision_flags = SEE_TURFS @@ -109,11 +109,11 @@ /obj/item/organ/internal/cyberimp/eyes/hud/diagnostic name = "Diagnostic HUD implant" desc = "These cybernetic eye implants will display a diagnostic HUD over everything you see." - eye_colour = "#ff9000" + eye_colour = "#B76700" implant_color = "#ff9000" origin_tech = "materials=4;engineering=4;biotech=4" aug_message = "You see the diagnostic information of the synthetics around you" - HUD_type = DATA_HUD_DIAGNOSTIC_ADVANCED + HUD_type = DATA_HUD_DIAGNOSTIC /obj/item/organ/internal/cyberimp/eyes/hud/security name = "Security HUD implant"