We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cba62 commit c797ae1Copy full SHA for c797ae1
scripts/entities/tree.lua
@@ -26,8 +26,8 @@ if SERVER then
26
local monitor = self:GetComponent("atmosphere_monitor")
27
if monitor.Atmosphere then
28
monitor.Atmosphere:Exchange({
29
- [GasType.CarbonDioxyde] = -10,
30
- [GasType.Oxygen] = 10
+ [GasType.CarbonDioxyde] = -CONVERSION_RATE,
+ [GasType.Oxygen] = CONVERSION_RATE
31
})
32
end
33
end)
0 commit comments