diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 2eee64cad7b..0f7365a3417 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -26,8 +26,6 @@ user << "PZZTTPFFFT" desc = desc + " The display flickers slightly." - - /obj/item/clothing/glasses/hud/health name = "Health Scanner HUD" desc = "A heads-up display that scans the humans in view and provides accurate data about their health status." @@ -68,18 +66,6 @@ darkness_view = 8 invis_view = SEE_INVISIBLE_MINIMUM -/obj/item/clothing/glasses/hud/security/sunglasses/emp_act(severity) - if(emagged == 0) - emagged = 1 - desc = desc + " The display flickers slightly." - -/obj/item/clothing/glasses/hud/security/sunglasses/emag_act(mob/user) - if(emagged == 0) - emagged = 1 - user << "PZZTTPFFFT" - desc = desc + " The display flickers slightly." - - /obj/item/clothing/glasses/hud/security/sunglasses/gars name = "HUD gar glasses" desc = "GAR glasses with a HUD."