Merge pull request #2837 from comma/master

Fix for LSD zombies.
This commit is contained in:
Mloc
2013-05-23 09:11:05 -07:00

View File

@@ -48,9 +48,6 @@
/mob/living/carbon/human/death(gibbed)
if(halloss > 0 && !gibbed)
halloss = 0
return
if(stat == DEAD) return
if(healths) healths.icon_state = "health5"
stat = DEAD