mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
spjspj - Makes no sense to force RichMan to be 4 players - 2's actually better I think
This commit is contained in:
parent
cdbbdb03b4
commit
218fd088b8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class RichManDraftEliminationTournamentType extends TournamentType {
|
||||||
public RichManDraftEliminationTournamentType() {
|
public RichManDraftEliminationTournamentType() {
|
||||||
this.name = "Booster Draft Elimination (Rich Man)";
|
this.name = "Booster Draft Elimination (Rich Man)";
|
||||||
this.maxPlayers = 16;
|
this.maxPlayers = 16;
|
||||||
this.minPlayers = 4;
|
this.minPlayers = 2;
|
||||||
this.numBoosters = 1;
|
this.numBoosters = 1;
|
||||||
this.draft = true;
|
this.draft = true;
|
||||||
this.limited = true;
|
this.limited = true;
|
||||||
|
|
Loading…
Reference in a new issue