Skip to content

Commit

Permalink
Accommodating collect practice changes
Browse files Browse the repository at this point in the history
Updated the collect routine to specify that we do not want to use collect practice
  • Loading branch information
urbaj-dr authored Feb 15, 2024
1 parent 17ae2cc commit 112f219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions task-forage.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 112f219

Please sign in to comment.