Skip to content

Commit

Permalink
Merge pull request #6937 from hat071af/post-combat-segue
Browse files Browse the repository at this point in the history
[script] [combat-trainer] Option for Bard cyclic to segue to on combat end instead of releasing
  • Loading branch information
MahtraDR authored Oct 29, 2024
2 parents bac860e + 9e47e46 commit 380653c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,9 @@ class SpellProcess
if game_state.finish_spell_casting?
echo('SpellProcess::clean_up') if $debug_mode_ct
game_state.next_clean_up_step
if DRStats.guild == "Bard" && @settings.segue_spell_on_stop
DRCA.segue?(@settings.segue_spell_on_stop, @settings.segue_prep_on_stop)
end
DRCA.release_cyclics(@settings.cyclic_no_release)
if checkprep != 'None'
DRC.bput('release spell', 'You let your concentration lapse', "You aren't preparing a spell")
Expand Down

0 comments on commit 380653c

Please sign in to comment.