Skip to content

Commit

Permalink
Merge pull request #7088 from mdr55/CT-fix-cleanup
Browse files Browse the repository at this point in the history
[script][combat-trainer] cleanup to include removing symb prep
  • Loading branch information
MahtraDR authored Feb 9, 2025
2 parents 52e873b + ceb08ed commit 083b856
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1489,10 +1489,13 @@ class SpellProcess
DRCA.segue?(@settings.segue_spell_on_stop, @settings.segue_prep_on_stop)
end
DRCA.release_cyclics(@settings.cyclic_no_release)
if checkprep != 'None'

unless checkprep
DRC.bput('release spell', 'You let your concentration lapse', "You aren't preparing a spell")
DRC.bput('release mana', 'You release all', "You aren't harnessing any mana")
DRC.bput('release symb', 'You release the', "But you haven't prepared a symbiosis") if @symbiosis
end

if @tk_ammo
waitrt?
pause
Expand Down

0 comments on commit 083b856

Please sign in to comment.