mirror of
https://github.com/correl/mage.git
synced 2025-03-31 17:00:10 -09: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 {
|
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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue