Skip to content

Commit

Permalink
Merge pull request #7091 from mdr55/CT-necro-bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Feb 6, 2025
2 parents 2c12950 + e3f826f commit c39a8da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c39a8da

Please sign in to comment.