mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
add non token predicate (#10349)
This commit is contained in:
parent
b44347b1b6
commit
7685115832
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue