mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Del: Revert alterations to zone_type_select
Add: zone_has_safe and use for handling safe checking on zone Fix: Typo OBSCURE vs OBSCURED asset name Opt: moved and added clauses for os_auto_search_daemon Opt: need_repair --> handle_fleet_repair, add 'revert' optional arg
This commit is contained in:
@@ -155,12 +155,14 @@ class OSMap(OSFleet, Map, GlobeCamera):
|
||||
|
||||
if self.is_in_map():
|
||||
self.device.stuck_record_clear()
|
||||
if self.handle_os_auto_search_map_option():
|
||||
continue
|
||||
if self.handle_retirement():
|
||||
continue
|
||||
if self.combat_appear():
|
||||
self._auto_search_battle_count += 1
|
||||
logger.attr('battle_count', self._auto_search_battle_count)
|
||||
self.auto_search_combat()
|
||||
if self.handle_os_auto_search_map_option():
|
||||
continue
|
||||
if self.handle_ash_popup():
|
||||
continue
|
||||
if self.handle_story_skip():
|
||||
|
||||
Reference in New Issue
Block a user