Merge pull request #1935 from spjspj/master

spjspj - Makes no sense to force RichMan to be 4 players - 2's actual…
This commit is contained in:
spjspj 2016-05-15 17:34:35 +10:00
commit 6082de087d

View file

@ -38,7 +38,7 @@ public class RichManDraftEliminationTournamentType extends TournamentType {
public RichManDraftEliminationTournamentType() {
this.name = "Booster Draft Elimination (Rich Man)";
this.maxPlayers = 16;
this.minPlayers = 4;
this.minPlayers = 2;
this.numBoosters = 1;
this.draft = true;
this.limited = true;