Skip to content

Commit c797ae1

Browse files
committed
Update tree.lua
1 parent 29cba62 commit c797ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/entities/tree.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if SERVER then
2626
local monitor = self:GetComponent("atmosphere_monitor")
2727
if monitor.Atmosphere then
2828
monitor.Atmosphere:Exchange({
29-
[GasType.CarbonDioxyde] = -10,
30-
[GasType.Oxygen] = 10
29+
[GasType.CarbonDioxyde] = -CONVERSION_RATE,
30+
[GasType.Oxygen] = CONVERSION_RATE
3131
})
3232
end
3333
end)

0 commit comments

Comments
 (0)