mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
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:
commit
6082de087d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue