Skip to content

Commit

Permalink
Merge pull request #6815 from mikejcook/outdoorsmanship_drop_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored May 11, 2024
2 parents 28d7920 + e8e2eb6 commit 962d17b
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 962d17b

Please sign in to comment.