Merge pull request #1121 from LoneFox78/master

New cards
This commit is contained in:
LevelX2 2015-07-16 22:30:30 +02:00
commit da2138a770
21 changed files with 1479 additions and 1 deletions

View file

@ -26,7 +26,7 @@ public class PermanentsTargetOpponentControlsCount implements DynamicValue {
}
public PermanentsTargetOpponentControlsCount(FilterPermanent filter, Integer multiplier) {
this.filter = filter;
this.filter = filter.copy();
this.multiplier = multiplier;
}