diff --git a/combat-trainer.lic b/combat-trainer.lic index b626ef1948..2650364951 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -1062,12 +1062,13 @@ class SafetyProcess Flags.add('ct-parasite', 'blood mite on your (?.*)\.') @equipment_manager = equipment_manager @health_threshold = settings.health_threshold + @stop_on_bleeding = settings.stop_hunting_if_bleeding echo(" @health_threshold: #{@health_threshold}") if $debug_mode_ct @untendable_counter = 0 end def execute(game_state) - if @untendable_counter >= 3 + if @untendable_counter >= 3 && @stop_on_bleeding echo('Skipping tendme check due to untendable backoff') if $debug_mode_ct echo("Couldn't tend bleeders after trying three times. Stopping hunt to heal.") $HUNTING_BUDDY.stop_hunting