mirror of
https://github.com/correl/mage.git
synced 2024-12-28 19:19:20 +00:00
[MAT] took Filter Out's filter out and filtered out the bug (fixes #10426)
This commit is contained in:
parent
7531263fb9
commit
f206ebe6c4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public final class FilterOut extends CardImpl {
|
||||||
private static final FilterPermanent filter = new FilterNonlandPermanent("noncreature, nonland permanents");
|
private static final FilterPermanent filter = new FilterNonlandPermanent("noncreature, nonland permanents");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.not(CardType.LAND.getPredicate()));
|
filter.add(Predicates.not(CardType.CREATURE.getPredicate()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public FilterOut(UUID ownerId, CardSetInfo setInfo) {
|
public FilterOut(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Reference in a new issue