mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Fix: Double clicking REWARD_GOTO_TACTICAL (#4328)
This commit is contained in:
@@ -570,6 +570,10 @@ class UI(InfoHandler):
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button in [MAIN_GOTO_REWARD, MAIN_GOTO_REWARD_WHITE]:
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button == REWARD_GOTO_TACTICAL:
|
||||
self.interval_reset(REWARD_GOTO_TACTICAL_WHITE)
|
||||
if button == REWARD_GOTO_TACTICAL_WHITE:
|
||||
self.interval_reset(REWARD_GOTO_TACTICAL)
|
||||
if button in [MAIN_GOTO_CAMPAIGN, MAIN_GOTO_CAMPAIGN_WHITE]:
|
||||
self.interval_reset(GET_SHIP)
|
||||
# Shinano event has the same title as raid
|
||||
|
||||
Reference in New Issue
Block a user