Skip to content

Commit a9068bb

Browse files
committed
Fix: Turn on MAP_SWIPE_PREDICT_WITH_SEA_GRIDS since W15 have big maps
1 parent cba28a8 commit a9068bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

campaign/campaign_main/campaign_15_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212

1313

1414
class Config:
15-
# Disabled because having errors
16-
MAP_SWIPE_PREDICT_WITH_SEA_GRIDS = False
1715
# Ambushes can be avoid by having more DDs.
1816
MAP_WALK_OPTIMIZE = False
17+
MAP_HAS_MYSTERY = False
1918
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'CarrierSpecial']
2019
INTERNAL_LINES_FIND_PEAKS_PARAMETERS = {
2120
'height': (80, 255 - 33),

0 commit comments

Comments
 (0)