mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
* Vedalken Engineer - Fixed that the choice for the mana color selection was not shown.
This commit is contained in:
parent
8620fe5a7d
commit
a4a36ff961
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class VedalkenEngineerEffect extends ManaEffect {
|
|||
}
|
||||
|
||||
Mana mana = new Mana();
|
||||
ChoiceColor choiceColor = (ChoiceColor) source.getChoices().get(0);
|
||||
ChoiceColor choiceColor = new ChoiceColor(true);
|
||||
while (!controller.choose(Outcome.Benefit, choiceColor, game)) {
|
||||
if (!controller.isInGame()) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue