mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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) {
|
||||
this.protectionAbility = effect.protectionAbility.copy();
|
||||
}
|
||||
this.notRemoveItself = effect.notRemoveItself;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue