forked from External/mage
* Proliferate - Fixed a bug that only creatures could be used for the proliferate add counter effect.
This commit is contained in:
parent
ddb9c786b4
commit
eb89f95f07
4 changed files with 85 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ public class TargetPermanentOrPlayerWithCounter extends TargetPermanentOrPlayer
|
|||
}
|
||||
|
||||
public TargetPermanentOrPlayerWithCounter(int minNumTargets, int maxNumTargets, boolean notTarget) {
|
||||
this(minNumTargets, maxNumTargets);
|
||||
this(minNumTargets, maxNumTargets);
|
||||
this.notTarget = notTarget;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue