diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index a6f5412e..2b6d8c55 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -30,10 +30,10 @@ if(stat != DEAD) handle_brain_damage() - +/* Bug cause? if(stat != DEAD) handle_liver() - +*/ if(stat == DEAD) stop_sound_channel(CHANNEL_HEARTBEAT) rot()