mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
* Chnaged Tiny Leaders handling of commander zone change replacement.
This commit is contained in:
parent
07fdd00fd1
commit
23f35e8ad1
6 changed files with 27 additions and 9 deletions
|
|
@ -52,6 +52,7 @@ public class CommanderFreeForAllMatch extends MatchImpl {
|
|||
CommanderFreeForAll game = new CommanderFreeForAll(options.getAttackOption(), options.getRange(), options.getFreeMulligans(), startLife);
|
||||
game.setStartMessage(this.createGameStartMessage());
|
||||
game.setAlsoHand(alsoHand);
|
||||
game.setAlsoLibrary(true);
|
||||
initGame(game);
|
||||
games.add(game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue