diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 39d190ddcd2..a58e1c3a68e 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -343,6 +343,9 @@ else adjustOxyLoss(HUMAN_CRIT_MAX_OXYLOSS) + if(prob(5)) + rupture_lung() + oxygen_alert = max(oxygen_alert, 1) return 0