From db9e8e586bd92f37ff9ae72d137273ff85a292e6 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 28 May 2017 09:11:36 +0200 Subject: [PATCH] * Cho Manno's Blessing - FIxed that it did remove itself sometimes (fixes #3382). --- .../effects/keyword/ProtectionChosenColorAttachedEffect.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage/src/main/java/mage/abilities/effects/keyword/ProtectionChosenColorAttachedEffect.java b/Mage/src/main/java/mage/abilities/effects/keyword/ProtectionChosenColorAttachedEffect.java index 07ab00c9a71..83fbf6f39de 100644 --- a/Mage/src/main/java/mage/abilities/effects/keyword/ProtectionChosenColorAttachedEffect.java +++ b/Mage/src/main/java/mage/abilities/effects/keyword/ProtectionChosenColorAttachedEffect.java @@ -64,6 +64,7 @@ public class ProtectionChosenColorAttachedEffect extends ContinuousEffectImpl { if (effect.protectionAbility != null) { this.protectionAbility = effect.protectionAbility.copy(); } + this.notRemoveItself = effect.notRemoveItself; } @Override