mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 01:11:46 +08:00
Fix: Game re-enter combat preparation automatically after an ash battle
This commit is contained in:
@@ -360,6 +360,8 @@ class OSAsh(UI):
|
|||||||
|
|
||||||
if self._handle_ash_beacon_reward():
|
if self._handle_ash_beacon_reward():
|
||||||
continue
|
continue
|
||||||
|
if self.appear(BATTLE_PREPARATION, offset=(30, 30), interval=2):
|
||||||
|
self.device.click(BACK_ARROW)
|
||||||
if self.appear(ASH_START, offset=(30, 30)):
|
if self.appear(ASH_START, offset=(30, 30)):
|
||||||
self.ui_click(ASH_START, check_button=BATTLE_PREPARATION, offset=(30, 30),
|
self.ui_click(ASH_START, check_button=BATTLE_PREPARATION, offset=(30, 30),
|
||||||
additional=ash_combat.handle_combat_automation_confirm, skip_first_screenshot=True)
|
additional=ash_combat.handle_combat_automation_confirm, skip_first_screenshot=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user