* Manamorphose - Fixed that color choice was not made during resolving the spell (fixed also some other cards).

This commit is contained in:
LevelX2 2014-11-30 23:36:14 +01:00
parent 904e62450c
commit c80b696e42

View file

@ -60,7 +60,7 @@ public class ChooseColorEffect extends OneShotEffect {
while (!choice.isChosen()) {
controller.choose(Outcome.PutManaInPool, choice, game);
if (!controller.isInGame()) {
return null;
return false;
}
}
ChoiceColor colorChoice = new ChoiceColor();