diff --git a/MultiversalDiplomacy/Model/Map.cs b/MultiversalDiplomacy/Model/Map.cs index d1f76a0..58d57ff 100644 --- a/MultiversalDiplomacy/Model/Map.cs +++ b/MultiversalDiplomacy/Model/Map.cs @@ -314,13 +314,13 @@ public class Map .AddOceanLocation(), Province.Empty("Eastern Mediterranean Sea", "EMS", "EAS") .AddOceanLocation(), - Province.Empty("Gulf of Lyons", "GOL", "LYO") + Province.Empty("Gulf of Lyons", "Gulf of Lyon", "GOL", "LYO") .AddOceanLocation(), Province.Empty("Ionian Sea", "IOS", "ION", "INS") .AddOceanLocation(), Province.Empty("Tyrrhenian Sea", "TYS", "TYN") .AddOceanLocation(), - Province.Empty("Western Mediterranean Sea", "WMS", "WES") + Province.Empty("Western Mediterranean Sea", "Western Mediterranean", "WMS", "WES") .AddOceanLocation(), #endregion ];