1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: Handle battle pass notice

This commit is contained in:
LmeSzinc
2022-03-31 21:23:48 +08:00
parent 7979d8e7c7
commit 8d25e709c3
4 changed files with 4 additions and 0 deletions

View File

@@ -319,6 +319,9 @@ class UI(InfoHandler):
# Monthly pass is about to expire
if self.appear_then_click(MONTHLY_PASS_NOTICE, offset=(20, 20), interval=3):
return True
# Battle pass is about to expire and player has uncollected battle pass rewards
if self.appear_then_click(BATTLE_PASS_NOTICE, offset=(20, 20), interval=3):
return True
# Routed from confirm click
if self.appear(SHIPYARD_CHECK, offset=(30, 30), interval=3):