From 46a503765b4ee9c10849d1f87d7c8857248b1ec7 Mon Sep 17 00:00:00 2001 From: adamgoerdt Date: Sun, 17 Dec 2017 20:40:06 -0500 Subject: [PATCH] Updated failsafe to use same number as ;afk --- combat-trainer.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combat-trainer.lic b/combat-trainer.lic index a435290b6b..090fe66c98 100755 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -712,7 +712,7 @@ class SafetyProcess def execute(game_state) custom_require.call('tendme') if bleeding? && !Script.running?('tendme') - fput 'exit' if health < 40 + fput 'exit' if health < get_settings.health_threshold fix_standing tend_lodged game_state.danger = in_danger?(game_state.danger)