mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:30:43 +00:00
Revert "Make april fool maps have the same name as normal maps (#3555)"
This reverts commit 38be51a2d6.
This commit is contained in:
@@ -144,11 +144,11 @@ export enum GameMapType {
|
||||
SanFrancisco = "San Francisco",
|
||||
Aegean = "Aegean",
|
||||
Dyslexdria = "Dyslexdria",
|
||||
MilkyWay = "Milky Way",
|
||||
AmazonRiverWide = "Amazon River ",
|
||||
ReglaciatedAntarctica = "Deglaciated Antarctica ",
|
||||
TheBoxPlus = "The Box ",
|
||||
WorldRotated = "World ",
|
||||
MilkyWay = "MilkyWay",
|
||||
AmazonRiverWide = "Amazon River Wide",
|
||||
ReglaciatedAntarctica = "Reglaciated Antarctica",
|
||||
TheBoxPlus = "The Box Plus",
|
||||
WorldRotated = "World Rotated",
|
||||
Mediterranean = "Mediterranean",
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ const frequency: Partial<Record<GameMapName, number>> = {
|
||||
BlackSea: 6,
|
||||
Britannia: 5,
|
||||
BritanniaClassic: 4,
|
||||
DeglaciatedAntarctica: 2,
|
||||
Dyslexdria: 12,
|
||||
ReglaciatedAntarctica: 12,
|
||||
EastAsia: 5,
|
||||
@@ -66,7 +65,6 @@ const frequency: Partial<Record<GameMapName, number>> = {
|
||||
StraitOfGibraltar: 5,
|
||||
Svalmel: 8,
|
||||
WorldRotated: 15,
|
||||
World: 5,
|
||||
Lemnos: 3,
|
||||
Passage: 4,
|
||||
TwoLakes: 6,
|
||||
@@ -74,12 +72,10 @@ const frequency: Partial<Record<GameMapName, number>> = {
|
||||
Surrounded: 4,
|
||||
DidierFrance: 1,
|
||||
Didier: 1,
|
||||
AmazonRiver: 1,
|
||||
AmazonRiverWide: 12,
|
||||
BosphorusStraits: 3,
|
||||
BeringStrait: 4,
|
||||
Sierpinski: 10,
|
||||
TheBox: 1,
|
||||
TheBoxPlus: 12,
|
||||
Yenisei: 6,
|
||||
TradersDream: 4,
|
||||
|
||||
Reference in New Issue
Block a user