Skip to content

Commit

Permalink
Update code/modules/clothing/glasses/hud.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Den109G <[email protected]>
  • Loading branch information
Ssheya and Den109G authored Oct 18, 2024
1 parent 2ba6862 commit aa1f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/glasses/hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa1f6e7

Please sign in to comment.