Skip to content

Commit

Permalink
prompt DF to recheck requests for give water jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Sep 6, 2024
1 parent 886e91b commit db96f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fix/dry-buckets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ for _,item in ipairs(df.global.world.items.other.BUCKET) do
end
if emptied_bucket then
emptied = emptied + 1
df.global.plotinfo.flags.recheck_aid_requests = true
end
if freed_in_building then
in_building = in_building + 1
Expand Down

0 comments on commit db96f83

Please sign in to comment.