From b303c1ebdda20b598525f198940fc7060f7a5068 Mon Sep 17 00:00:00 2001 From: Lin Date: Wed, 24 Jun 2020 02:13:53 +0000 Subject: [PATCH] hm yes --- 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 f9c5db4789..3f82033760 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -1,8 +1,8 @@ /mob/living/carbon/BiologicalLife(seconds, times_fired) - if(stat == DEAD) - return FALSE //Reagent processing needs to come before breathing, to prevent edge cases. handle_organs() + if(stat == DEAD) + return FALSE if(!(. = ..())) return handle_blood()