Skip to content

Commit

Permalink
Merge pull request #6902 from BinuDR/patch-21
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Sep 2, 2024
2 parents 6533d57 + 5b0fffd commit 1535a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afk.lic
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ loop do
stop_script('go2') if Script.running?('go2')
end

if line =~ /^You notice .* at your feet, and do not wish to leave it behind/
if line =~ /^You notice .* at your feet, and do not wish to leave it behind/ || line =~ /You find yourself unable to sneak with items at your feet/
DRCI.stow_hand('left') unless !DRC.right_hand || !DRC.left_hand
while DRC.bput('stow feet', /You pick up/, /Stow what/) =~ /You pick up/
end
Expand Down

0 comments on commit 1535a8f

Please sign in to comment.