Skip to content

Commit

Permalink
Update bigshot.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
Deysh committed Dec 21, 2023
1 parent 1318517 commit 9453e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bigshot.lic
Original file line number Diff line number Diff line change
Expand Up @@ -4157,7 +4157,7 @@ class Bigshot

def stand(stand_command = nil)
echo "stand" if $bigshot_debug
return if Array(stand_command).any? { |cmd| cmd =~ /^(?:fire|kneel|hide)/i } && kneeling? && checkleft =~ /^(?:arbalest|kut'ziko|crossbow|kut'zikokra)$/)
return if Array(stand_command).any? { |cmd| cmd =~ /^(?:fire|kneel|hide)/i } && kneeling? && checkleft =~ /^(?:arbalest|kut'ziko|crossbow|kut'zikokra)$/

until (standing?)
return unless checkroom('Ooze, Innards').nil?
Expand Down

0 comments on commit 9453e4d

Please sign in to comment.