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()