mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 16:23:43 +08:00
Fix: [CN][EN] Battle pass SP reward
- TODO: [JP][TW] add assets for the battle_pass module
This commit is contained in:
@@ -72,6 +72,9 @@ class BattlePass(Combat, UI):
|
||||
if self.appear_then_click(REWARD_RECEIVE, offset=(20, 20), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
if self.appear_then_click(REWARD_RECEIVE_SP, offset=(20, 20), interval=2):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
if self.handle_battle_pass_popup():
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user