Skip to content

Commit

Permalink
fix tailings ponds stealing liquids
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Oct 26, 2024
1 parent 5a790ac commit f48d9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Date: yes
Changes:
- Made resource rocks spawn closer to spawn in py recommended preset.
- Fixed nuclear research technology.
- Fixed tailings ponds losing liquids over time when connected to pipes.
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-10-24
Expand Down
2 changes: 1 addition & 1 deletion scripts/tailings-pond.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ local function scorch_earth(pond)
if fluid.amount <= 0 then
fluidbox[1] = nil
else
fluidbox[1] = fluid
fluidbox[1].amount = fluid.amount
end
end

Expand Down

0 comments on commit f48d9b4

Please sign in to comment.