spjspj - Makes no sense to force RichMan to be 4 players - 2's actually better I think

This commit is contained in:
spjspj 2016-05-15 17:18:18 +10:00
parent cdbbdb03b4
commit 218fd088b8

View file

@ -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;