forked from External/mage
* Mana Effects - Started to move choices to resolving. Allowed to cancel choices of some mana effects to cancel the mana ability activation.
This commit is contained in:
parent
1db5df220c
commit
5b34b46eac
18 changed files with 23 additions and 37 deletions
|
|
@ -96,7 +96,7 @@ class ReflectingPoolEffect extends ManaEffect {
|
|||
types.add(ability.getNetMana(game));
|
||||
}
|
||||
}
|
||||
Choice choice = new ChoiceImpl(true);
|
||||
Choice choice = new ChoiceImpl(false);
|
||||
choice.setMessage("Pick a mana color");
|
||||
if (types.getBlack() > 0) {
|
||||
choice.getChoices().add("Black");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue