diff --git a/combat-trainer.lic b/combat-trainer.lic index c43bbe92a8..62453c0907 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -1163,7 +1163,8 @@ class SafetyProcess echo("Couldn't tend bleeders after trying three times. Stopping hunt. Get healed!") $HUNTING_BUDDY.stop_hunting $COMBAT_TRAINER.stop - elsif bleeding? && !Script.running?('tendme') + # If no heal-over-time spells are active then attempt to tend bleeders using ;tendme + elsif bleeding? && !Script.running?('tendme') && !(DRSpells.active_spells['Devour'] || DRSpells.active_spells['Heal'] || DRSpells.active_spells['Regenerate']) echo('Checking for tendable bleeders...') if $debug_mode_ct if DRCH.has_tendable_bleeders? DRC.wait_for_script_to_complete('tendme')