mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
* 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:
parent
31163eec6d
commit
49d94cb84f
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ public class CopyPermanentEffect extends OneShotEffect {
|
|||
this.bluePrintPermanent = effect.bluePrintPermanent.copy();
|
||||
}
|
||||
this.useTargetOfAbility = effect.useTargetOfAbility;
|
||||
this.duration = effect.duration;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue