mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Sundered Blue Rerun (event_20220616_cn)
This commit is contained in:
@@ -301,8 +301,8 @@ class InfoHandler(ModuleBase):
|
||||
return False
|
||||
|
||||
def handle_story_skip(self, drop=None):
|
||||
# 20220310: Game client bugged, Counterattack Within the Fjord Rerun still has stories in clear mode
|
||||
if self.map_has_clear_mode and self.config.Campaign_Event != 'event_20200603_cn':
|
||||
# Rerun events in clear mode but still have stories.
|
||||
if self.map_has_clear_mode and self.config.Campaign_Event != 'event_20201012_cn':
|
||||
return False
|
||||
|
||||
return self.story_skip(drop=drop)
|
||||
|
||||
Reference in New Issue
Block a user