mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 00:28:52 +08:00
Fix: Failed end combat_execute in exercise if BATTLE_STATUS_D is missing but OPTS_INFO_D appears (#439)
This commit is contained in:
@@ -69,6 +69,9 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
|||||||
continue
|
continue
|
||||||
# Last D rank screen
|
# Last D rank screen
|
||||||
if self.appear_then_click(OPTS_INFO_D, offset=(30, 30)):
|
if self.appear_then_click(OPTS_INFO_D, offset=(30, 30)):
|
||||||
|
success = True
|
||||||
|
end = True
|
||||||
|
logger.info("Exercise LOST")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Quit
|
# Quit
|
||||||
|
|||||||
Reference in New Issue
Block a user