1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: Hunt zone view re-enabled by game

- Fix: Validate switch status
This commit is contained in:
LmeSzinc
2022-01-10 01:12:03 +08:00
parent 27bc8b3843
commit 84f5e86077
3 changed files with 37 additions and 11 deletions

View File

@@ -1061,6 +1061,8 @@ class Fleet(Camera, AmbushHandler):
self.strategy_submarine_move_confirm()
else:
self.strategy_submarine_move_cancel()
# Hunt zone view re-enabled by game, after entering sub move mode
self.strategy_set_execute(sub_view=False)
self.strategy_close()
def submarine_move_near_boss(self, boss):