- Fixes breathing not producing CO2. This applied to humans (untested for other races, but probably the same)

This commit is contained in:
Atlantiscze
2014-08-13 09:02:49 +02:00
parent 4657b7d923
commit ce2e34f5e5
+1 -1
View File
@@ -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