Merge pull request #5931 from Repth1/Bleeding-Edge

New Nuke Icons, new Medical HUD sprites
This commit is contained in:
Rob Nelson
2015-10-04 00:10:07 -07:00
5 changed files with 11 additions and 5 deletions

View File

@@ -105,14 +105,16 @@
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"
if(-99 to 0)
if(-49 to 0)
return "health0"
if(-99 to -50)
return "health-50"
else
return "health-100"
return "0"