mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Added new game type: Freeform Commander Two Player Duel (#5771)
This commit is contained in:
parent
fc1fa70e0d
commit
060ebe655e
9 changed files with 159 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue