forked from External/mage
[NEO] fixed filters on Satsuki, the Living Lore (fixes #8710 )
This commit is contained in:
parent
b717f99b4b
commit
e532cfddcd
1 changed files with 2 additions and 2 deletions
|
|
@ -37,14 +37,14 @@ public final class SatsukiTheLivingLore extends CardImpl {
|
|||
= new FilterCard("Saga card from your graveyard");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.or(
|
||||
filter2.add(Predicates.or(
|
||||
SubType.SAGA.getPredicate(),
|
||||
Predicates.and(
|
||||
CardType.ENCHANTMENT.getPredicate(),
|
||||
CardType.CREATURE.getPredicate()
|
||||
)
|
||||
));
|
||||
filter.add(SubType.SAGA.getPredicate());
|
||||
filter3.add(SubType.SAGA.getPredicate());
|
||||
}
|
||||
|
||||
public SatsukiTheLivingLore(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue