diff --git a/Mage.Sets/src/mage/sets/lorwyn/Rootgrapple.java b/Mage.Sets/src/mage/sets/lorwyn/Rootgrapple.java index bf4fcc4c96..03d45de657 100644 --- a/Mage.Sets/src/mage/sets/lorwyn/Rootgrapple.java +++ b/Mage.Sets/src/mage/sets/lorwyn/Rootgrapple.java @@ -52,8 +52,6 @@ public class Rootgrapple extends CardImpl { static { filterNoncreature.add(Predicates.not(new CardTypePredicate(CardType.CREATURE))); - } - static { filterTreefolk.add(new SubtypePredicate("Treefolk")); }