correction: predicate missed from a29706f

This commit is contained in:
xenohedron 2024-09-12 19:53:45 -04:00
parent 84b017d507
commit d8d6fc4c4c

View file

@ -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()