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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user