mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 04:37:44 +08:00
Fix: Confirm story option stabled to avoid choosing the wrong option
This commit is contained in:
@@ -412,6 +412,7 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
||||
self.fleet_set(self.get_second_fleet())
|
||||
if not self.config.task.command == 'OpsiExplore' and len(self._solved_map_event):
|
||||
logger.info('Solved a map event and not in OpsiExplore, stop rescan')
|
||||
logger.attr('Solved_map_event', self._solved_map_event)
|
||||
return False
|
||||
result = self.map_rescan_once(drop=drop)
|
||||
if not result:
|
||||
|
||||
Reference in New Issue
Block a user