1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00

Fix: Redirected to ASH_SELECT after ash battle

This commit is contained in:
LmeSzinc
2022-07-14 21:23:41 +08:00
parent 1e11665ce6
commit fe0e7072e6

View File

@@ -396,8 +396,13 @@ class OSAsh(UI, MapEventHandler):
# Accident clicks
if self.appear(BATTLE_PREPARATION, offset=(30, 30), interval=2):
self.device.click(BACK_ARROW)
continue
if self.appear(HELP_CONFIRM, offset=(30, 30), interval=2):
self.device.click(BACK_ARROW)
continue
# Redirected by game
if self.appear_then_click(ASH_SELECT, offset=(30, 30), interval=2):
continue
# Combat and rewards
if self._handle_ash_beacon_reward():
continue