mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Game re-enter combat preparation automatically after an ash battle
This commit is contained in:
parent
4ddc509b8a
commit
c0a7d38019
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user