aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/src/gui/wizards/gameCreation/mapList.js
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/src/gui/wizards/gameCreation/mapList.js')
-rw-r--r--diplomacy/web/src/gui/wizards/gameCreation/mapList.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/diplomacy/web/src/gui/wizards/gameCreation/mapList.js b/diplomacy/web/src/gui/wizards/gameCreation/mapList.js
index 388066f..1128302 100644
--- a/diplomacy/web/src/gui/wizards/gameCreation/mapList.js
+++ b/diplomacy/web/src/gui/wizards/gameCreation/mapList.js
@@ -54,4 +54,10 @@ export const Maps = [
new VariantInfo('standard_france_austria', 'France VS Austria'),
new VariantInfo('standard_germany_italy', 'Germany VS Italy')
]),
+ new MapInfo('ancmed', 'Ancient Mediterranean', [
+ new VariantInfo('ancmed', 'Default'),
+ new VariantInfo('ancmed_age_of_empires', 'Age of empires')
+ ]),
+ new MapInfo('modern', 'Modern'),
+ new MapInfo('pure', 'Pure'),
];