diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 929eea1cc28..45c1dbdbbc7 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -21,9 +21,9 @@ ..() - if (stat != 2) //still breathing + var/datum/gas_mixture/environment = loc.return_air() - var/datum/gas_mixture/environment = loc.return_air() + if (stat != 2) //still breathing //First, resolve location and get a breath