mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Opt: Enemy selection in Counterattack Within the Fjord
And handle the stories in it
This commit is contained in:
@@ -276,7 +276,8 @@ class InfoHandler(ModuleBase):
|
||||
return False
|
||||
|
||||
def handle_story_skip(self, drop=None):
|
||||
if self.map_has_clear_mode:
|
||||
# 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':
|
||||
return False
|
||||
|
||||
return self.story_skip(drop=drop)
|
||||
|
||||
Reference in New Issue
Block a user