From db96f839ccb95aadb46b6f5b137c2b5f19b36e50 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 6 Sep 2024 16:14:30 -0700 Subject: [PATCH] prompt DF to recheck requests for give water jobs --- fix/dry-buckets.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/fix/dry-buckets.lua b/fix/dry-buckets.lua index db98f0f719..71d2c50468 100644 --- a/fix/dry-buckets.lua +++ b/fix/dry-buckets.lua @@ -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