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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/diplomacy/utils/convoy_paths.py b/diplomacy/utils/convoy_paths.py
index f882e25..694370f 100644
--- a/diplomacy/utils/convoy_paths.py
+++ b/diplomacy/utils/convoy_paths.py
@@ -38,7 +38,8 @@ if HOME_DIRECTORY == '~':
__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']
+SMALL_MAPS = ['standard', 'standard_france_austria', 'standard_germany_italy', 'ancmed', 'colonial', 'modern',
+ 'ancmed_age_of_empires', 'standard_age_of_empires']
SMALL_MAPS_CONVOY_LENGTH = 25
ALL_MAPS_CONVOY_LENGTH = 12
CACHE_FILE_NAME = 'convoy_paths_cache.pkl'