diff --git a/Mage.Sets/src/mage/cards/w/WilheltTheRotcleaver.java b/Mage.Sets/src/mage/cards/w/WilheltTheRotcleaver.java index 9a157e33924..0cf0f5d4342 100644 --- a/Mage.Sets/src/mage/cards/w/WilheltTheRotcleaver.java +++ b/Mage.Sets/src/mage/cards/w/WilheltTheRotcleaver.java @@ -18,6 +18,7 @@ import mage.filter.FilterPermanent; import mage.filter.common.FilterControlledPermanent; import mage.filter.predicate.Predicates; import mage.filter.predicate.mageobject.AbilityPredicate; +import mage.filter.predicate.mageobject.AnotherPredicate; import mage.game.permanent.token.ZombieDecayedToken; import mage.target.common.TargetControlledPermanent; @@ -35,6 +36,7 @@ public final class WilheltTheRotcleaver extends CardImpl { static { filter.add(Predicates.not(new AbilityPredicate(DecayedAbility.class))); + filter.add(AnotherPredicate.instance); } public WilheltTheRotcleaver(UUID ownerId, CardSetInfo setInfo) {