Skip to content

Commit

Permalink
really really fix
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Oct 29, 2024
1 parent d04a13f commit 79593b1
Showing 1 changed file with 1 addition and 1 deletion.
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)
--push the updated fluidbox to the entity.
if fluid.amount <= 0 then
fluidbox[1] = nil
else
elseif fluid.amount ~= fluidbox[1].amount then
fluid.amount = fluid.amount * segment_size / tanksize
fluidbox[1] = fluid
end
Expand Down

0 comments on commit 79593b1

Please sign in to comment.