* Nullify - Fixed that Nullify could only counter enchantments instead of creatures.

This commit is contained in:
LevelX2 2014-01-26 22:57:56 +01:00
parent d1b2851f3e
commit 33d7735f47

View file

@ -48,7 +48,7 @@ public class Nullify extends CardImpl<Nullify> {
static {
filter.add(Predicates.or(
new CardTypePredicate(CardType.ENCHANTMENT),
new CardTypePredicate(CardType.CREATURE),
new SubtypePredicate("Aura")));
}