From cdb68552f8557319997dd6e114cae9aba4eb4068 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Tue, 15 Oct 2019 16:28:43 -0700 Subject: [PATCH] fixed livers --- code/modules/mob/living/carbon/life.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()