From ce2e34f5e582a1eafdfab82105aa1030783785c8 Mon Sep 17 00:00:00 2001 From: Atlantiscze Date: Wed, 13 Aug 2014 09:02:49 +0200 Subject: [PATCH] - Fixes breathing not producing CO2. This applied to humans (untested for other races, but probably the same) --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 41a3125c183..4af096131fc 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -550,7 +550,7 @@ breath.nitrogen += inhaled_gas_used if("phoron") breath.phoron += inhaled_gas_used - if("CO2") + if("carbon_dioxide") breath.carbon_dioxide += inhaled_gas_used // Too much exhaled gas in the air