mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
- Fixes breathing not producing CO2. This applied to humans (untested for other races, but probably the same)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user