Merged static blocks

This commit is contained in:
Wehk 2015-07-04 15:55:09 +02:00
parent 4f8de2d6a9
commit 06a2fe68a8

View file

@ -52,8 +52,6 @@ public class Rootgrapple extends CardImpl {
static {
filterNoncreature.add(Predicates.not(new CardTypePredicate(CardType.CREATURE)));
}
static {
filterTreefolk.add(new SubtypePredicate("Treefolk"));
}