mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
-50 not 50
This commit is contained in:
@@ -119,7 +119,7 @@ proc/RoundHealth(health)
|
||||
return "health1"
|
||||
if(-49 to 0)
|
||||
return "health0"
|
||||
if(-99 to 50)
|
||||
if(-99 to -50)
|
||||
return "health-50"
|
||||
else
|
||||
return "health-100"
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
return "health1"
|
||||
if(-49 to 0)
|
||||
return "health0"
|
||||
if(-99 to 50)
|
||||
if(-99 to -50)
|
||||
return "health-50"
|
||||
else
|
||||
return "health-100"
|
||||
|
||||
@@ -198,7 +198,7 @@ Works together with spawning an observer, noted above.
|
||||
return "health1"
|
||||
if(-49 to 0)
|
||||
return "health0"
|
||||
if(-99 to 50)
|
||||
if(-99 to -50)
|
||||
return "health-50"
|
||||
else
|
||||
return "health-100"
|
||||
|
||||
Reference in New Issue
Block a user