diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 5639faa0a96..5cbe90800c2 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -28,9 +28,9 @@ return "health60" if(30 to 50) return "health40" - if(20 to 30) + if(18 to 30) return "health25" - if(5 to 15) + if(5 to 18) return "health10" if(1 to 5) return "health1"