-50 not 50

This commit is contained in:
Repth
2015-10-02 21:31:30 +01:00
parent 753e37f3f6
commit d1c0d85236
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"