mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Commander - Players no longer go to a sideboarding phase during caommander matches.
This commit is contained in:
parent
70fa982f7c
commit
751365124e
6 changed files with 13 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ public class CommanderFreeForAllType extends MatchType {
|
|||
this.numTeams = 0;
|
||||
this.useAttackOption = true;
|
||||
this.useRange = true;
|
||||
this.sideboardingAllowed = false;
|
||||
}
|
||||
|
||||
protected CommanderFreeForAllType(final CommanderFreeForAllType matchType) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue