mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix PermanentsTargetOpponentControlsCount
This commit is contained in:
parent
7be617c634
commit
74397dbaed
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class PermanentsTargetOpponentControlsCount implements DynamicValue {
|
||||||
}
|
}
|
||||||
|
|
||||||
public PermanentsTargetOpponentControlsCount(FilterPermanent filter, Integer multiplier) {
|
public PermanentsTargetOpponentControlsCount(FilterPermanent filter, Integer multiplier) {
|
||||||
this.filter = filter;
|
this.filter = filter.copy();
|
||||||
this.multiplier = multiplier;
|
this.multiplier = multiplier;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue