Renamed DynamicValue.clone to DynamicValue.copy

This commit is contained in:
North 2012-12-23 14:58:44 +02:00
parent 5305c3bfaa
commit 5dbe482662
70 changed files with 80 additions and 80 deletions

View file

@ -73,7 +73,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
public LookLibraryAndPickControllerEffect(final LookLibraryAndPickControllerEffect effect) {
super(effect);
this.numberToPick = effect.numberToPick.clone();
this.numberToPick = effect.numberToPick.copy();
this.filter = effect.filter.copy();
this.revealPickedCards = effect.revealPickedCards;
this.targetPickedCards = effect.targetPickedCards;