mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #5931 from Repth1/Bleeding-Edge
New Nuke Icons, new Medical HUD sprites
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user