From 256e069dd73b1ef45cb56e35e7f7764f3ef36aba Mon Sep 17 00:00:00 2001 From: guoh064 <50830808+guoh064@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:42:36 +0800 Subject: [PATCH] Tmp: resume low hp detection after false BATTLE_STATUS --- module/exercise/combat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/exercise/combat.py b/module/exercise/combat.py index e6735a10dc..c191552ec8 100644 --- a/module/exercise/combat.py +++ b/module/exercise/combat.py @@ -53,6 +53,8 @@ def _combat_execute(self): p = self.is_combat_executing() if p: + if end: + end = False if pause is None: pause = p else: