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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user