mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00: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…
Reference in a new issue