1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Fix: Lock new ships in battle pass reward

This commit is contained in:
LmeSzinc
2021-12-03 17:38:14 +08:00
parent 957a438888
commit a1a0dfbd04

View File

@@ -75,6 +75,10 @@ class BattlePass(Combat, UI):
if self.handle_battle_pass_popup():
confirm_timer.reset()
continue
if self.handle_popup_confirm('BATTLE_PASS'):
# Lock new META ships
confirm_timer.reset()
continue
if self.handle_get_items():
received = True
confirm_timer.reset()