From 5db40033a243c3c3ccb0ee45f999692b1e801a26 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Sat, 19 May 2012 18:22:34 +0000 Subject: [PATCH] Bugfix for a compile error in life.dm git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3622 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/life.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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