Fixes alien husking (#43763)

This commit is contained in:
YPOQ
2019-05-01 08:53:30 -04:00
committed by moo
parent 18bc177511
commit 2f82e007ba
@@ -7,7 +7,7 @@
var/asleep = IsSleeping()
if(stat == DEAD)
//If we mostly took damage from fire
if(fireloss > 125)
if(getFireLoss() > 125)
icon_state = "alien[caste]_husked"
else
icon_state = "alien[caste]_dead"