diff --git a/combat-trainer.lic b/combat-trainer.lic index 8beda904e0..295f9a75fb 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -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")