aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/utils/convoy_paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/utils/convoy_paths.py')
-rw-r--r--diplomacy/utils/convoy_paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/utils/convoy_paths.py b/diplomacy/utils/convoy_paths.py
index 694370f..47bfe2a 100644
--- a/diplomacy/utils/convoy_paths.py
+++ b/diplomacy/utils/convoy_paths.py
@@ -39,7 +39,7 @@ __VERSION__ = '20180307_0955'
# We need to cap convoy length, otherwise the problem gets exponential
SMALL_MAPS = ['standard', 'standard_france_austria', 'standard_germany_italy', 'ancmed', 'colonial', 'modern',
- 'ancmed_age_of_empires', 'standard_age_of_empires']
+ 'ancmed_age_of_empires', 'standard_age_of_empires', 'standard_age_of_empires_2', 'standard_fleet_rome']
SMALL_MAPS_CONVOY_LENGTH = 25
ALL_MAPS_CONVOY_LENGTH = 12
CACHE_FILE_NAME = 'convoy_paths_cache.pkl'