actually completely pointless of a check, so let's not fuck with it

This commit is contained in:
Poojawa
2019-03-21 15:15:47 -05:00
parent fbc2b15d21
commit 8893108130
+2 -3
View File
@@ -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