From 86eb8d7eaabee48c884c4a67962ed6597951b94a Mon Sep 17 00:00:00 2001 From: notoraptor Date: Mon, 19 Nov 2018 09:43:28 -0500 Subject: Added maps 'standard_age_of_empires_2' and 'standard_fleet_rome' --- diplomacy/utils/convoy_paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diplomacy/utils') 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' -- cgit v1.2.3