1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Refactor: Fleet switching and fleet reverse

- Revert swipe limit of ensure_edge_insight
This commit is contained in:
LmeSzinc
2021-11-06 20:30:36 +08:00
parent 343bc2e4c1
commit b554a39351
14 changed files with 159 additions and 95 deletions

View File

@@ -172,5 +172,5 @@ class CampaignBase(CampaignUI, Map, AutoSearchCombat):
def auto_search_execute_a_battle(self):
logger.hr(f'{self.FUNCTION_NAME_BASE}{self.battle_count}', level=2)
self.auto_search_moving()
self.auto_search_combat(fleet_index=self.fleet_current_index)
self.auto_search_combat(fleet_index=self.fleet_show_index)
self.battle_count += 1