* Tiny Leader - The commander cast X times is shown now, you can use deck name "Sultai" as default commander for UBG, check that the commander card can't be again in the deck or sideboard, sideboard can also be empty now, sideboard may not include the commander.

This commit is contained in:
LevelX2 2015-03-12 01:11:31 +01:00
parent 2307e851db
commit aad8edd8cc
7 changed files with 128 additions and 57 deletions

View file

@ -132,7 +132,7 @@ public class PlayerView implements Serializable {
if(commander.getControllerId().equals(this.playerId)){
Card sourceCard = game.getCard(commander.getSourceId());
if(sourceCard != null){
commandList.add(new CommanderView(commander, sourceCard));
commandList.add(new CommanderView(commander, sourceCard, game));
}
}
}