Merge pull request #4445 from guoh064/exercise_false_d

Tmp: resume low hp detection after false BATTLE_STATUS
This commit is contained in:
LmeSzinc 2024-12-20 11:27:05 +08:00 committed by GitHub
commit ad138da23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,8 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment, Combat):
p = self.is_combat_executing()
if p:
if end:
end = False
if pause is None:
pause = p
else: