diff --git a/task-forage.lic b/task-forage.lic index b456a2049b..38af1b772e 100644 --- a/task-forage.lic +++ b/task-forage.lic @@ -583,10 +583,10 @@ class TaskForage Flags.reset('combat') if @collect - DRC.collect(@item) + DRC.collect(@item, false) if Flags['cluttered'] cluttered_gathering_room - DRC.collect(@item) + DRC.collect(@item, false) end while @item_count < @number DRCI.get_item_unsafe(@item)