Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Aug 19, 2023
1 parent ab51483 commit 0a8d4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -4471,7 +4471,7 @@ class GameState

def pounce
return false unless DRStats.ranger? # Current basic qualifications for use
return false unless game_state.npcs
return false unless game_state.npcs.any? # We should have an NPC to pounce on
return false unless (@pounce_on_cooldown || @pounce_to_engage) && Flags['pounce-ready'] # ability is off cooldown and we've elected to use

Flags.reset('pounce-ready')
Expand Down

0 comments on commit 0a8d4cd

Please sign in to comment.