From 135a6a55d81a8e76d0e2175c65c7c7d94fd9c58d Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Wed, 1 Apr 2026 19:12:53 -0400 Subject: [PATCH] Update life.dm (#19362) --- code/modules/mob/living/carbon/human/life.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 87051e09f39..df406e9e4ab 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -536,11 +536,6 @@ else adjustOxyLoss(HUMAN_CRIT_MAX_OXYLOSS) - if(breath && should_have_organ(O_LUNGS)) - var/obj/item/organ/internal/lungs/L = internal_organs_by_name[O_LUNGS] - if(!L.is_bruised()) - rupture_lung(TRUE) - throw_alert("oxy", /atom/movable/screen/alert/not_enough_atmos) return 0 else