* Added new game type: Freeform Commander Two Player Duel (#5771)

This commit is contained in:
Oleg Agafonov 2019-04-30 16:33:41 +04:00
parent fc1fa70e0d
commit 060ebe655e
9 changed files with 159 additions and 3 deletions

View file

@ -683,8 +683,9 @@ public class NewTableDialog extends MageDialog {
return false;
}
break;
case "Freeform Commander Two Player Duel":
case "Freeform Commander Free For All":
if (!options.getDeckType().equals("Variant Magic - Freeform Commander")){
if (!options.getDeckType().equals("Variant Magic - Freeform Commander")) {
JOptionPane.showMessageDialog(MageFrame.getDesktop(), "Deck type Freeform Commander needs also a Freeform Commander game type", "Error", JOptionPane.ERROR_MESSAGE);
return false;
}