From 218fd088b835c1cdedf689a71470e04118e0f68f Mon Sep 17 00:00:00 2001 From: spjspj Date: Sun, 15 May 2016 17:18:18 +1000 Subject: [PATCH] spjspj - Makes no sense to force RichMan to be 4 players - 2's actually better I think --- .../mage/tournament/RichManDraftEliminationTournamentType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java b/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java index 91034b970c..8a2480a388 100644 --- a/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java +++ b/Mage.Server.Plugins/Mage.Tournament.BoosterDraft/src/mage/tournament/RichManDraftEliminationTournamentType.java @@ -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;