mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 07:37:19 +08:00
Fix: Lock new ships in battle pass reward
This commit is contained in:
@@ -75,6 +75,10 @@ class BattlePass(Combat, UI):
|
|||||||
if self.handle_battle_pass_popup():
|
if self.handle_battle_pass_popup():
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
if self.handle_popup_confirm('BATTLE_PASS'):
|
||||||
|
# Lock new META ships
|
||||||
|
confirm_timer.reset()
|
||||||
|
continue
|
||||||
if self.handle_get_items():
|
if self.handle_get_items():
|
||||||
received = True
|
received = True
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user