mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Fix: Handle GET_SKIN when receiving battle pass rewards
TODO: [EN][JP][TW] Update GET_SKIN
This commit is contained in:
@@ -92,6 +92,10 @@ class BattlePass(Combat, UI):
|
||||
received = True
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
if self.handle_get_skin():
|
||||
received = True
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.appear(BATTLE_PASS_CHECK, offset=(20, 20)) and not self.appear(REWARD_RECEIVE, offset=(20, 20)):
|
||||
|
||||
Reference in New Issue
Block a user