From 8893108130467ae9541976bf29aabaf32994c5a3 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 21 Mar 2019 15:15:47 -0500 Subject: [PATCH] actually completely pointless of a check, so let's not fuck with it --- code/modules/mob/living/carbon/life.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 903b136996..48a401802b 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -181,9 +181,8 @@ else adjustOxyLoss(3) failed_last_breath = 1 - if(!o2overloadtime) - throw_alert("not_enough_oxy", /obj/screen/alert/not_enough_oxy) - SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "suffocation", /datum/mood_event/suffocation) + throw_alert("not_enough_oxy", /obj/screen/alert/not_enough_oxy) + SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "suffocation", /datum/mood_event/suffocation) else //Enough oxygen failed_last_breath = 0