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

Fix: Handle moving normal enemies

- Add option to disable swipe predict
This commit is contained in:
LmeSzinc
2021-03-26 17:15:12 +08:00
parent e21acd3989
commit 51c65f062d
6 changed files with 93 additions and 22 deletions

View File

@@ -70,6 +70,7 @@ class FastForwardHandler(AutoSearchHandler):
self.config.MAP_HAS_AMBUSH = False
self.config.MAP_HAS_FLEET_STEP = False
self.config.MAP_HAS_MOVABLE_ENEMY = False
self.config.MAP_HAS_MOVABLE_NORMAL_ENEMY = False
self.config.MAP_HAS_PORTAL = False
self.config.MAP_HAS_LAND_BASED = False
self.map_is_clear_mode = True