diff --git a/Mage/src/mage/abilities/effects/common/continious/GainProtectionFromColorTargetEffect.java b/Mage/src/mage/abilities/effects/common/continious/GainProtectionFromColorTargetEffect.java index 860938fb21..2210fb176b 100644 --- a/Mage/src/mage/abilities/effects/common/continious/GainProtectionFromColorTargetEffect.java +++ b/Mage/src/mage/abilities/effects/common/continious/GainProtectionFromColorTargetEffect.java @@ -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()) {