From 3aba46ae7b528a6fd31c7cf8a9ca3207efea11e5 Mon Sep 17 00:00:00 2001 From: mdr55 <98430078+mdr55@users.noreply.github.com> Date: Sun, 2 Feb 2025 03:57:04 +1100 Subject: [PATCH 1/2] Update combat-trainer.lic --- combat-trainer.lic | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/combat-trainer.lic b/combat-trainer.lic index 3357026c3c..a69b0691be 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -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 From ceb08ed3d3b991673902c309486f46f924de5ef6 Mon Sep 17 00:00:00 2001 From: mdr55 <98430078+mdr55@users.noreply.github.com> Date: Sun, 9 Feb 2025 18:34:51 +1100 Subject: [PATCH 2/2] Update combat-trainer.lic Co-authored-by: Mahtra <93822896+MahtraDR@users.noreply.github.com> --- combat-trainer.lic | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/combat-trainer.lic b/combat-trainer.lic index a69b0691be..d40b992e6d 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -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?