mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08: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) {
|
||||
this.filter = filter;
|
||||
this.filter = filter.copy();
|
||||
this.multiplier = multiplier;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue