From 4f0a37115244b90e24a3ec327039e1bb5ffc887d Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 20 Jan 2019 16:44:45 +0100 Subject: [PATCH] * Angelic Voices - Fixed boost condition not checking for only creatures. --- Mage.Sets/src/mage/cards/a/AngelicVoices.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/a/AngelicVoices.java b/Mage.Sets/src/mage/cards/a/AngelicVoices.java index 4cfe3696d69..61620c72155 100644 --- a/Mage.Sets/src/mage/cards/a/AngelicVoices.java +++ b/Mage.Sets/src/mage/cards/a/AngelicVoices.java @@ -1,4 +1,3 @@ - package mage.cards.a; import java.util.UUID; @@ -15,6 +14,7 @@ import mage.constants.Duration; import mage.constants.TargetController; import mage.constants.Zone; import mage.filter.FilterPermanent; +import mage.filter.common.FilterCreaturePermanent; import mage.filter.predicate.Predicates; import mage.filter.predicate.mageobject.CardTypePredicate; import mage.filter.predicate.mageobject.ColorPredicate; @@ -26,7 +26,7 @@ import mage.filter.predicate.permanent.ControllerPredicate; */ public final class AngelicVoices extends CardImpl { - private static final FilterPermanent filter = new FilterPermanent("nonartifact, nonwhite creatures"); + private static final FilterPermanent filter = new FilterCreaturePermanent("nonartifact, nonwhite creatures"); static { filter.add(Predicates.not(