forked from External/mage
Renamed DynamicValue.clone to DynamicValue.copy
This commit is contained in:
parent
5305c3bfaa
commit
5dbe482662
70 changed files with 80 additions and 80 deletions
|
|
@ -91,7 +91,7 @@ public class LookLibraryControllerEffect extends OneShotEffect<LookLibraryContro
|
|||
|
||||
public LookLibraryControllerEffect(final LookLibraryControllerEffect effect) {
|
||||
super(effect);
|
||||
this.numberOfCards = effect.numberOfCards.clone();
|
||||
this.numberOfCards = effect.numberOfCards.copy();
|
||||
this.mayShuffleAfter = effect.mayShuffleAfter;
|
||||
this.targetZoneLookedCards = effect.targetZoneLookedCards;
|
||||
this.putOnTop = effect.putOnTop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue