mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 08:06:49 +08:00
Merge pull request #4445 from guoh064/exercise_false_d
Tmp: resume low hp detection after false BATTLE_STATUS
This commit is contained in:
commit
ad138da23c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user