mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 05:29:42 +08:00
Fix: Use handle_map_event for previous clauses plus more
This commit is contained in:
@@ -163,9 +163,7 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
|||||||
self._auto_search_battle_count += 1
|
self._auto_search_battle_count += 1
|
||||||
logger.attr('battle_count', self._auto_search_battle_count)
|
logger.attr('battle_count', self._auto_search_battle_count)
|
||||||
self.auto_search_combat()
|
self.auto_search_combat()
|
||||||
if self.handle_ash_popup():
|
if self.handle_map_event():
|
||||||
continue
|
|
||||||
if self.handle_story_skip():
|
|
||||||
# Auto search can not handle siren searching device.
|
# Auto search can not handle siren searching device.
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user