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 07ab00c9a7..83fbf6f39d 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