This commit is contained in:
Lin
2020-06-24 02:13:53 +00:00
committed by GitHub
parent 76841b79bc
commit b303c1ebdd
+2 -2
View File
@@ -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()