Compare commits
No commits in common. "9fb3a7a1ccaa973a2245af702ae40c9c740c1ff1" and "cf1bde07908b5670082e4a292a4180279675c76a" have entirely different histories.
9fb3a7a1cc
...
cf1bde0790
|
@ -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", "Gulf of Lyon", "GOL", "LYO")
|
Province.Empty("Gulf of Lyons", "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", "Western Mediterranean", "WMS", "WES")
|
Province.Empty("Western Mediterranean Sea", "WMS", "WES")
|
||||||
.AddOceanLocation(),
|
.AddOceanLocation(),
|
||||||
#endregion
|
#endregion
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,7 +10,6 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue