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