forked from External/mage
parent
b4a58a339d
commit
35f4a898f9
8 changed files with 24 additions and 7 deletions
|
|
@ -106,7 +106,7 @@ class CommanderIdentityManaEffect extends ManaEffect {
|
|||
}
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (controller != null) {
|
||||
Choice choice = new ChoiceImpl();
|
||||
Choice choice = new ChoiceImpl().setManaColorChoice(true);
|
||||
choice.setMessage("Pick a mana color");
|
||||
for (UUID commanderId : game.getCommandersIds(controller, CommanderCardType.COMMANDER_OR_OATHBREAKER, false)) {
|
||||
Card commander = game.getCard(commanderId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue