* Vedalken Engineer - Fixed that the choice for the mana color selection was not shown.

This commit is contained in:
LevelX2 2015-02-14 00:21:20 +01:00
parent 8620fe5a7d
commit a4a36ff961

View file

@ -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;