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

Fix: Avoid turning_optimize in event maps

This commit is contained in:
LmeSzinc
2024-08-20 02:12:36 +08:00
parent 3740ab7164
commit edbbc7b8cb
5 changed files with 44 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ class Config:
# Disabled because having errors
MAP_SWIPE_PREDICT_WITH_SEA_GRIDS = False
# Ambushes can be avoid by having more DDs.
MAP_WALK_OPTIMIZE = False
MAP_WALK_TURNING_OPTIMIZE = False
class CampaignBase(CampaignBase_):