Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr55 authored Feb 1, 2025
1 parent 5842c41 commit 3aba46a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,11 @@ 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'
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")
end

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

if @tk_ammo
waitrt?
pause
Expand Down

0 comments on commit 3aba46a

Please sign in to comment.