Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
Co-authored-by: Mahtra <[email protected]>
  • Loading branch information
mdr55 and MahtraDR authored Feb 9, 2025
1 parent 3aba46a commit ceb08ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1485,9 +1485,11 @@ class SpellProcess
end
DRCA.release_cyclics(@settings.cyclic_no_release)

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
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?
Expand Down

0 comments on commit ceb08ed

Please sign in to comment.