forked from External/mage
correction: predicate missed from a29706f
This commit is contained in:
parent
84b017d507
commit
d8d6fc4c4c
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ public final class StaticFilters {
|
|||
public static final FilterPermanent FILTER_PERMANENT_ANOTHER_CREATURE_OR_ENCHANTMENT = new FilterPermanent("another creature or enchantment");
|
||||
|
||||
static {
|
||||
FILTER_PERMANENT_ANOTHER_CREATURE_OR_ENCHANTMENT.add(AnotherPredicate.instance);
|
||||
FILTER_PERMANENT_ANOTHER_CREATURE_OR_ENCHANTMENT.add(Predicates.or(
|
||||
CardType.CREATURE.getPredicate(),
|
||||
CardType.ENCHANTMENT.getPredicate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue