fix for IPCs taking rad damage.

Conflicts:
	code/modules/mob/living/carbon/human/life.dm
This commit is contained in:
DJSnapshot
2014-04-28 19:10:17 -04:00
committed by ZomgPonies
parent 6d6592c60b
commit f0ca9c12ff
@@ -287,6 +287,8 @@
adjustToxLoss(-(rads))
updatehealth()
return
if(flags & IS_SYNTHETIC)
return
var/damage = 0
switch(radiation)
@@ -1256,6 +1258,11 @@
if(!client) return 0
if(hud_updateflag)
handle_hud_list()
for(var/image/hud in client.images)
if(copytext(hud.icon_state,1,4) == "hud") //ugly, but icon comparison is worse, I believe
client.images.Remove(hud)
@@ -1430,6 +1437,7 @@
see_in_dark = species.darksight
see_invisible = SEE_INVISIBLE_LIVING
if(healths)
if (analgesic)
healths.icon_state = "health_health_numb"