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