Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/maps/golden-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/maps/hollow-woodlands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/maps/shrubland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/models/Aoe2Map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down