Compare commits

...

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -314,13 +314,13 @@ public class Map
.AddOceanLocation(), .AddOceanLocation(),
Province.Empty("Eastern Mediterranean Sea", "EMS", "EAS") Province.Empty("Eastern Mediterranean Sea", "EMS", "EAS")
.AddOceanLocation(), .AddOceanLocation(),
Province.Empty("Gulf of Lyons", "GOL", "LYO") Province.Empty("Gulf of Lyons", "Gulf of Lyon", "GOL", "LYO")
.AddOceanLocation(), .AddOceanLocation(),
Province.Empty("Ionian Sea", "IOS", "ION", "INS") Province.Empty("Ionian Sea", "IOS", "ION", "INS")
.AddOceanLocation(), .AddOceanLocation(),
Province.Empty("Tyrrhenian Sea", "TYS", "TYN") Province.Empty("Tyrrhenian Sea", "TYS", "TYN")
.AddOceanLocation(), .AddOceanLocation(),
Province.Empty("Western Mediterranean Sea", "WMS", "WES") Province.Empty("Western Mediterranean Sea", "Western Mediterranean", "WMS", "WES")
.AddOceanLocation(), .AddOceanLocation(),
#endregion #endregion
]; ];

View File

@ -10,6 +10,7 @@ When the adjudicator is in a more complete state, this section will declare the
The MDATC (Multiversal Diplomacy Adjudicator Test Cases) document defines test cases that involve multiversal time travel. The MDATC (Multiversal Diplomacy Adjudicator Test Cases) document defines test cases that involve multiversal time travel.
- 4.B.4 (coast specification in support orders): 5dplomacy does not interpret orders by reference to other orders. Therefore, if a coast is not specified in a move or support-move order and the possible coasts are ambiguous, the order is illegal and will be replaced by a hold, even in the case of a support-move order omitting a coast that is specified by the supported move by the same power.
- 4.C.5 (missing nationality in support order), 4.C.6 (wrong nationality in support order): 5dplomacy does not support specifying the nationality of the supported unit. - 4.C.5 (missing nationality in support order), 4.C.6 (wrong nationality in support order): 5dplomacy does not support specifying the nationality of the supported unit.
## Variant rules ## Variant rules