diff --git a/public/images/maps/golden-stream.png b/public/images/maps/golden-stream.png new file mode 100644 index 0000000..625f2d5 Binary files /dev/null and b/public/images/maps/golden-stream.png differ diff --git a/public/images/maps/hollow-woodlands.png b/public/images/maps/hollow-woodlands.png new file mode 100644 index 0000000..68274f3 Binary files /dev/null and b/public/images/maps/hollow-woodlands.png differ diff --git a/public/images/maps/shrubland.png b/public/images/maps/shrubland.png new file mode 100644 index 0000000..7cf5308 Binary files /dev/null and b/public/images/maps/shrubland.png differ diff --git a/src/models/Aoe2Map.ts b/src/models/Aoe2Map.ts index e1239fc..13d17bf 100644 --- a/src/models/Aoe2Map.ts +++ b/src/models/Aoe2Map.ts @@ -192,6 +192,7 @@ class Aoe2Map extends DraftOption { new Aoe2Map("Golden Hill"), new Aoe2Map("Golden Lakes"), new Aoe2Map("Golden Pit"), + new Aoe2Map("Golden Stream"), new Aoe2Map("Golden Swamp"), new Aoe2Map("Gorge"), new Aoe2Map("Grand Bara"), @@ -215,6 +216,7 @@ class Aoe2Map extends DraftOption { new Aoe2Map("Hill Fort"), new Aoe2Map("Hills"), new Aoe2Map("Hippopotamus"), + new Aoe2Map("Hollow Woodlands"), new Aoe2Map("Holy City"), new Aoe2Map("Homeland"), new Aoe2Map("Hoodoo"), @@ -363,6 +365,7 @@ class Aoe2Map extends DraftOption { new Aoe2Map("Shipwreck"), new Aoe2Map("Shoals"), new Aoe2Map("Shorelands"), + new Aoe2Map("Shrubland"), new Aoe2Map("Silkroad"), new Aoe2Map("Sinkhole"), new Aoe2Map("Slippery Springs"),