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 6, 2025
1 parent 019a9bd commit 63cc2f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -1163,10 +1163,8 @@ class SafetyProcess
echo("Couldn't tend bleeders after trying three times. Stopping hunt. Get healed!")
$HUNTING_BUDDY.stop_hunting
$COMBAT_TRAINER.stop
# special handling for devour - if its active, don't bother going to tendme. Otherwise, fall through to tendme as the default
elsif DRSpells.active_spells['Devour'] && bleeding?
echo('Letting devour heal bleeders over time...') if $debug_mode_ct
elsif bleeding? && !Script.running?('tendme')
# If no heal-over-time spells are active then attempt to tend 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')
Expand Down

0 comments on commit 63cc2f3

Please sign in to comment.