mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Manamorphose - Fixed that color choice was not made during resolving the spell (fixed also some other cards).
This commit is contained in:
parent
904e62450c
commit
c80b696e42
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue