mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
Changed a few numbers for the health scanner hud where it had been not programmed to show an icon state for the hud when target was between 15 and 20 hp.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2504 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user