mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Nullify - Fixed that Nullify could only counter enchantments instead of creatures.
This commit is contained in:
parent
d1b2851f3e
commit
33d7735f47
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class Nullify extends CardImpl<Nullify> {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(Predicates.or(
|
filter.add(Predicates.or(
|
||||||
new CardTypePredicate(CardType.ENCHANTMENT),
|
new CardTypePredicate(CardType.CREATURE),
|
||||||
new SubtypePredicate("Aura")));
|
new SubtypePredicate("Aura")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue