1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Tmp: resume low hp detection after false BATTLE_STATUS

This commit is contained in:
guoh064 2024-12-16 07:42:36 +08:00
parent 52a29aa288
commit 256e069dd7

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: