forked from External/mage
refactored TokenPredicate to contain its own inverse
This commit is contained in:
parent
cb5d873fea
commit
bdeb0dde66
180 changed files with 196 additions and 310 deletions
|
|
@ -33,7 +33,7 @@ public class PopulateEffect extends OneShotEffect {
|
|||
private static final FilterPermanent filter = new FilterCreaturePermanent("creature token for populate");
|
||||
|
||||
static {
|
||||
filter.add(TokenPredicate.instance);
|
||||
filter.add(TokenPredicate.TRUE);
|
||||
filter.add(TargetController.YOU.getControllerPredicate());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue