1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 08:59:05 +08:00

Fix: Visited inaccessible grid if support fleet was missing

This commit is contained in:
LmeSzinc
2024-04-26 11:29:18 +08:00
parent bfb9bd0d61
commit b07d266e49
5 changed files with 17 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ class CampaignBase(CampaignBase_):
_ = ASSETS.ui_mask
ASSETS.ui_mask = MASK_MAP_UI_W15.image
map_has_mob_move = False
map_has_mob_move = True
def strategy_set_execute(self, formation_index=None, sub_view=None, sub_hunt=None):
super().strategy_set_execute(
@@ -201,4 +201,5 @@ class CampaignBase(CampaignBase_):
self.strategy_close(skip_first_screenshot=False)
self._mob_move_info_change(location, target)
self.find_path_initial()
self.map.show()