Skip to content

Commit

Permalink
Merge pull request #7056 from mdr55/combat-trainer-mask-collect
Browse files Browse the repository at this point in the history
[script][combat-trainer] QOL improvement to use of collect
  • Loading branch information
MahtraDR authored Jan 15, 2025
2 parents f80f08e + 57e7f09 commit 64c1218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -2955,6 +2955,8 @@ class TrainerProcess
when /^Berserk Avalanche$/i
DRCA.activate_barb_buff?('Avalanche')
when /^Collect$/i
# only collect if weapon is not loaded, as collect's high RT has a high chance of overrunning weapon switch window
return if game_state.loaded
game_state.sheath_whirlwind_offhand
DRC.retreat
game_state.engage unless game_state.npcs.empty? || game_state.retreating?
Expand Down

0 comments on commit 64c1218

Please sign in to comment.