Minor Fixes

- Fixes xeno sentinel and hunter health HUDs, forgot to update these
when I changed their health.
- Changeling regen stasis renders the changeling unconscious and blind.
This commit is contained in:
DZD
2015-03-15 13:18:27 -04:00
parent 84752bc5ed
commit f5fd826e55
3 changed files with 7 additions and 4 deletions
@@ -23,9 +23,9 @@
if (healths)
if (stat != 2)
switch(health)
if(150 to INFINITY)
if(125 to INFINITY)
healths.icon_state = "health0"
if(100 to 150)
if(100 to 125)
healths.icon_state = "health1"
if(50 to 100)
healths.icon_state = "health2"
@@ -55,9 +55,9 @@
if (healths)
if (stat != 2)
switch(health)
if(125 to INFINITY)
if(150 to INFINITY)
healths.icon_state = "health0"
if(100 to 125)
if(100 to 150)
healths.icon_state = "health1"
if(75 to 100)
healths.icon_state = "health2"
@@ -1016,6 +1016,9 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
adjustBruteLoss(-1)
adjustFireLoss(-1)
adjustToxLoss(-1)
else if(status_flags & FAKEDEATH)
blinded = 1
stat = UNCONSCIOUS
else if(resting)
if(halloss > 0)
adjustHalLoss(-3)