mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
commit
da2138a770
21 changed files with 1479 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue