add non token predicate (#10349)

This commit is contained in:
chesse20 2023-05-10 12:30:38 -07:00 committed by GitHub
parent b44347b1b6
commit 7685115832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ public final class DarksteelSplicer extends CardImpl {
static {
filter.add(AnotherPredicate.instance);
filter.add(TokenPredicate.FALSE); //non token
}
private static final FilterPermanent filter2 = new FilterPermanent(SubType.GOLEM, "Golems");