* Cho Manno's Blessing - FIxed that it did remove itself sometimes (fixes #3382).

This commit is contained in:
LevelX2 2017-05-28 09:11:36 +02:00
parent bd9b11fc49
commit db9e8e586b

View file

@ -64,6 +64,7 @@ public class ProtectionChosenColorAttachedEffect extends ContinuousEffectImpl {
if (effect.protectionAbility != null) { if (effect.protectionAbility != null) {
this.protectionAbility = effect.protectionAbility.copy(); this.protectionAbility = effect.protectionAbility.copy();
} }
this.notRemoveItself = effect.notRemoveItself;
} }
@Override @Override