forked from External/mage
refactored many other predicates to singleton enums
This commit is contained in:
parent
dc409c9a9e
commit
8629977f14
595 changed files with 657 additions and 660 deletions
|
|
@ -18,7 +18,7 @@ public final class AurraSingBaneOfJediEmblem extends Emblem {
|
|||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("a nontoken creature you control");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.not(new TokenPredicate()));
|
||||
filter.add(Predicates.not(TokenPredicate.instance));
|
||||
}
|
||||
|
||||
// Whenever a nontoken creature you control leaves the battlefied, discard a card.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue