mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Merge pull request #7124 from Grath/patch-4
Fix Estrid the Masked's filters
This commit is contained in:
commit
94790f7538
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class EstridTheMaskedGraveyardEffect extends OneShotEffect {
|
|||
|
||||
static {
|
||||
filter.add(Predicates.not(SubType.AURA.getPredicate()));
|
||||
filter.add(SubType.AURA.getPredicate());
|
||||
filter2.add(SubType.AURA.getPredicate());
|
||||
}
|
||||
|
||||
public EstridTheMaskedGraveyardEffect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue