mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix filter on Red XIII, Proud Warrior
This commit is contained in:
parent
eec4f0ac7e
commit
e943c4bec8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public final class RedXIIIProudWarrior extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(ModifiedPredicate.instance);
|
||||
filter.add(Predicates.or(
|
||||
filter2.add(Predicates.or(
|
||||
SubType.AURA.getPredicate(),
|
||||
SubType.EQUIPMENT.getPredicate()
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue