mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Fix: Shinano event may be detected as raid
This commit is contained in:
@@ -19,7 +19,8 @@ from module.ui.assets import (BACK_ARROW, DORM_FEED_CANCEL, DORM_INFO,
|
||||
DORM_TROPHY_CONFIRM, EVENT_LIST_CHECK, GOTO_MAIN,
|
||||
MAIN_GOTO_CAMPAIGN, MEOWFFICER_INFO,
|
||||
MEOWFFICER_GOTO_DORMMENU, META_CHECK,
|
||||
PLAYER_CHECK, SHIPYARD_CHECK, SHOP_GOTO_SUPPLY_PACK)
|
||||
PLAYER_CHECK, RAID_CHECK, SHIPYARD_CHECK,
|
||||
SHOP_GOTO_SUPPLY_PACK)
|
||||
from module.ui.page import (Page, page_academy, page_archives,
|
||||
page_battle_pass, page_build, page_campaign,
|
||||
page_campaign_menu, page_commission, page_daily,
|
||||
@@ -535,5 +536,7 @@ class UI(InfoHandler):
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button == MAIN_GOTO_CAMPAIGN:
|
||||
self.interval_reset(GET_SHIP)
|
||||
# Shinano event has the same title as raid
|
||||
self.interval_reset(RAID_CHECK)
|
||||
if button == SHOP_GOTO_SUPPLY_PACK:
|
||||
self.interval_reset(EXCHANGE_CHECK)
|
||||
|
||||
Reference in New Issue
Block a user