* Crystalline Resonance - fixed that the duration of the copy effect erroneously didn't end on the next turn of the controller (fixes #6825).

This commit is contained in:
LevelX2 2020-07-12 09:25:34 +02:00
parent 31163eec6d
commit 49d94cb84f

View file

@ -64,6 +64,7 @@ public class CopyPermanentEffect extends OneShotEffect {
this.bluePrintPermanent = effect.bluePrintPermanent.copy();
}
this.useTargetOfAbility = effect.useTargetOfAbility;
this.duration = effect.duration;
}
@Override