Life HUD fix.

Silicons should no longer perceive humanoids as alive when using the augmented medical sensors.
This commit is contained in:
PsiOmegaDelta
2016-01-28 10:20:49 +01:00
parent b972ff9d21
commit ba56d857c8
+2 -1
View File
@@ -1620,11 +1620,12 @@
hud_list[HEALTH_HUD] = holder
if (BITTEST(hud_updateflag, LIFE_HUD))
var/image/holder = hud_list[STATUS_HUD]
var/image/holder = hud_list[LIFE_HUD]
if(stat == DEAD)
holder.icon_state = "huddead"
else
holder.icon_state = "hudhealthy"
hud_list[LIFE_HUD] = holder
if (BITTEST(hud_updateflag, STATUS_HUD))
var/foundVirus = 0