mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-31 19:20:34 +08:00
Fix: Redirected to ASH_SELECT after ash battle
This commit is contained in:
@@ -396,8 +396,13 @@ class OSAsh(UI, MapEventHandler):
|
|||||||
# Accident clicks
|
# Accident clicks
|
||||||
if self.appear(BATTLE_PREPARATION, offset=(30, 30), interval=2):
|
if self.appear(BATTLE_PREPARATION, offset=(30, 30), interval=2):
|
||||||
self.device.click(BACK_ARROW)
|
self.device.click(BACK_ARROW)
|
||||||
|
continue
|
||||||
if self.appear(HELP_CONFIRM, offset=(30, 30), interval=2):
|
if self.appear(HELP_CONFIRM, offset=(30, 30), interval=2):
|
||||||
self.device.click(BACK_ARROW)
|
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
|
# Combat and rewards
|
||||||
if self._handle_ash_beacon_reward():
|
if self._handle_ash_beacon_reward():
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user