forked from External/mage
Fix Boseiju Who Endures ability target filter (#8704)
This commit is contained in:
parent
ac25389d3b
commit
e42e58b11f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public final class BoseijuWhoEndures extends CardImpl {
|
|||
filter.add(Predicates.or(
|
||||
CardType.ARTIFACT.getPredicate(),
|
||||
CardType.ENCHANTMENT.getPredicate(),
|
||||
Predicates.or(
|
||||
Predicates.and(
|
||||
Predicates.not(SuperType.BASIC.getPredicate()),
|
||||
CardType.LAND.getPredicate()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue