From aa1f6e7019b3e92663bbe9cf24051f8d917ccf8e Mon Sep 17 00:00:00 2001 From: Sheya Date: Sat, 19 Oct 2024 00:19:55 +0300 Subject: [PATCH] Update code/modules/clothing/glasses/hud.dm Co-authored-by: Den109G <87372121+Den109G@users.noreply.github.com> --- code/modules/clothing/glasses/hud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 5818bf319b2..60b6e633f78 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -481,7 +481,7 @@ SKILLS examine_extensions = null icon_state = "sun" update_equipped_item(update_speedmods = FALSE) - else if (HUDType == DATA_HUD_SECURITY_ADVANCED) + else if(HUDType == DATA_HUD_SECURITY_ADVANCED) HUDType = DATA_HUD_MEDICAL_ADVANCED examine_extensions = EXAMINE_HUD_MEDICAL icon_state = "sunhudmed"