* Proliferate - Fixed a bug that only creatures could be used for the proliferate add counter effect.

This commit is contained in:
LevelX2 2014-08-17 21:13:26 +02:00
parent ddb9c786b4
commit eb89f95f07
4 changed files with 85 additions and 9 deletions

View file

@ -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;
}