mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Clicking GET_SHIP after MAIN_GOTO_REWARD
because random ship background triggers GET_SHIP
This commit is contained in:
parent
9508f7957e
commit
95ac640fb8
@ -568,6 +568,8 @@ class UI(InfoHandler):
|
||||
for switch_button in page_main.links.values():
|
||||
if button == switch_button:
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button in [MAIN_GOTO_REWARD, MAIN_GOTO_REWARD_WHITE]:
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button in [MAIN_GOTO_CAMPAIGN, MAIN_GOTO_CAMPAIGN_WHITE]:
|
||||
self.interval_reset(GET_SHIP)
|
||||
# Shinano event has the same title as raid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user