Merge pull request #579 from TheDZD/changeling

Minor Fixes
This commit is contained in:
Fox-McCloud
2015-03-15 16:59:00 -04:00
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)