Skip to content

Commit

Permalink
[scripts][outdoorsmanship] fix for disposing of rocks from container
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejcook committed May 11, 2024
1 parent 28d7920 commit e8e2eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outdoorsmanship.lic
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Outdoorsmanship
if @train_method == 'forage'
DRCA.crafting_magic_routine(@settings)
DRC.forage?(@forage_item)
DRCI.dispose_trash(@forage_item, @worn_trashcan, @worn_trashcan_verb)
DRCI.dispose_trash(@forage_item, @worn_trashcan, @worn_trashcan_verb) if DRCI.in_hands?(@forage_item)
attempt += 1
else
item = @forage_item
Expand Down

0 comments on commit e8e2eb6

Please sign in to comment.