mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Path finding when grids blocked by fortress
This commit is contained in:
@@ -77,6 +77,7 @@ class FastForwardHandler(AutoSearchHandler):
|
||||
self.config.MAP_HAS_PORTAL = False
|
||||
self.config.MAP_HAS_LAND_BASED = False
|
||||
self.config.MAP_HAS_MAZE = False
|
||||
self.config.MAP_HAS_FORTRESS = 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