* Mother of Runes - Fixed that the selected color for protection could only be chosen on the first use of the ability.

This commit is contained in:
LevelX2 2014-11-24 20:47:07 +01:00
parent 7c6db7f5d4
commit d0e1107a3e

View file

@ -70,6 +70,7 @@ public class GainProtectionFromColorTargetEffect extends GainAbilityTargetEffect
MageObject sourceObject = game.getObject(source.getSourceId());
Player controller = game.getPlayer(source.getControllerId());
if (sourceObject != null && controller != null) {
choice.clearChoice();
while (!choice.isChosen()) {
controller.choose(Outcome.Protect, choice, game);
if (!controller.isInGame()) {