mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -38,7 +38,7 @@ class AutoSearchCombat(MapOperation, Combat, CampaignStatus):
|
||||
"""
|
||||
Pages:
|
||||
in: in_map, MAP_OFFENSIVE
|
||||
out: combat_appear
|
||||
out: is_combat_loading
|
||||
"""
|
||||
self.interval_reset(AUTO_SEARCH_MAP_OPTION_ON)
|
||||
while 1:
|
||||
@@ -190,7 +190,8 @@ class AutoSearchCombat(MapOperation, Combat, CampaignStatus):
|
||||
checked_coin = self.auto_search_watch_coin(checked_coin)
|
||||
if self.handle_retirement():
|
||||
self.map_offensive_auto_search()
|
||||
continue
|
||||
# Map offensive ends at is_combat_loading
|
||||
break
|
||||
if self.handle_auto_search_map_option():
|
||||
continue
|
||||
if self.handle_combat_low_emotion():
|
||||
|
||||
Reference in New Issue
Block a user