mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-05-11 15:14:55 +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:
@@ -53,6 +53,8 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment, Combat):
|
|||||||
|
|
||||||
p = self.is_combat_executing()
|
p = self.is_combat_executing()
|
||||||
if p:
|
if p:
|
||||||
|
if end:
|
||||||
|
end = False
|
||||||
if pause is None:
|
if pause is None:
|
||||||
pause = p
|
pause = p
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user