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

Add: Handle maze in map

- Fix: round_wait when no sirens on map
- Fix: Repeated path end in find_path
This commit is contained in:
LmeSzinc
2021-04-23 17:59:08 +08:00
parent 73706e194a
commit bb33e1d183
5 changed files with 100 additions and 16 deletions

View File

@@ -81,6 +81,7 @@ class FastForwardHandler(AutoSearchHandler):
self.config.MAP_HAS_MOVABLE_NORMAL_ENEMY = False
self.config.MAP_HAS_PORTAL = False
self.config.MAP_HAS_LAND_BASED = False
self.config.MAP_HAS_MAZE = False
self.map_is_clear_mode = True
self.map_is_auto_search = self.config.ENABLE_AUTO_SEARCH
self.map_is_2x_book = self.config.ENABLE_2X_BOOK