* Chnaged Tiny Leaders handling of commander zone change replacement.

This commit is contained in:
LevelX2 2015-03-26 00:14:21 +01:00
parent 07fdd00fd1
commit 23f35e8ad1
6 changed files with 27 additions and 9 deletions

View file

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