1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 13:25:26 +08:00

Add: call submarine in auto search at boss

This commit is contained in:
2025-07-28 12:44:56 +08:00
parent f33480a6e3
commit 12a51b285f
3 changed files with 14 additions and 9 deletions

View File

@@ -175,5 +175,6 @@ 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_show_index)
self.auto_search_combat(fleet_index=self.fleet_show_index,
battle=(self.battle_count, self._map_battle))
self.battle_count += 1