mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
Allowing Sideboarding
Tiny Leaders allows sideboarding. Turned on sideboarding option.
This commit is contained in:
parent
a3b55d7625
commit
8a6da4abe3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class TinyLeadersDuelType extends MatchType {
|
|||
this.numTeams = 0;
|
||||
this.useAttackOption = false;
|
||||
this.useRange = false;
|
||||
this.sideboardingAllowed = false;
|
||||
this.sideboardingAllowed = true;
|
||||
}
|
||||
|
||||
protected TinyLeadersDuelType(final TinyLeadersDuelType matchType){
|
||||
|
|
Loading…
Add table
Reference in a new issue