1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-31 17:00:10 -09:00

add non token predicate ()

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 { static {
filter.add(AnotherPredicate.instance); filter.add(AnotherPredicate.instance);
filter.add(TokenPredicate.FALSE); //non token
} }
private static final FilterPermanent filter2 = new FilterPermanent(SubType.GOLEM, "Golems"); private static final FilterPermanent filter2 = new FilterPermanent(SubType.GOLEM, "Golems");