mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Cho Manno's Blessing - FIxed that it did remove itself sometimes (fixes #3382).
This commit is contained in:
parent
bd9b11fc49
commit
db9e8e586b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue