mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
add jumpstart swiss and elimiation tournament formats.
This commit is contained in:
parent
57ed834c14
commit
1695e6767d
12 changed files with 272 additions and 5 deletions
|
|
@ -1203,6 +1203,7 @@ public class NewTournamentDialog extends MageDialog {
|
|||
tOptions.getLimitedOptions().setConstructionTime((Integer) this.spnConstructTime.getValue() * 60);
|
||||
tOptions.getLimitedOptions().setIsRandom(tournamentType.isRandom());
|
||||
tOptions.getLimitedOptions().setIsRichMan(tournamentType.isRichMan());
|
||||
tOptions.getLimitedOptions().setIsJumpstart(tournamentType.isJumpstart());
|
||||
if (tournamentType.isCubeBooster()) {
|
||||
tOptions.getLimitedOptions().setDraftCubeName(this.cbDraftCube.getSelectedItem().toString());
|
||||
if (!(cubeFromDeckFilename.isEmpty())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue