forked from External/mage
* 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:
parent
2307e851db
commit
aad8edd8cc
7 changed files with 128 additions and 57 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue