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

Opt: Battle logic in HT4 HT5 HT6 T6

- Add map_is_clear_mode
This commit is contained in:
LmeSzinc
2020-09-20 19:15:34 +08:00
parent d36e5754ae
commit 24e5094680
6 changed files with 61 additions and 4 deletions

View File

@@ -538,7 +538,7 @@ class Fleet(Camera, AmbushHandler):
self.map.reset()
self.handle_map_green_config_cover()
self.map.poor_map_data = self.config.POOR_MAP_DATA
self.map.load_map_data(use_loop=self.map_has_fast_forward and self.config.ENABLE_FAST_FORWARD)
self.map.load_map_data(use_loop=self.map_is_clear_mode)
self.map.grid_connection_initial(
wall=self.config.MAP_HAS_WALL,
portal=self.config.MAP_HAS_PORTAL,