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