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:
ryantennessee@yahoo.com
2011-11-09 17:02:55 +00:00
parent f6363bf29c
commit e3320d9cb1

View File

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