mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merged static blocks
This commit is contained in:
parent
4f8de2d6a9
commit
06a2fe68a8
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ public class Rootgrapple extends CardImpl {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filterNoncreature.add(Predicates.not(new CardTypePredicate(CardType.CREATURE)));
|
filterNoncreature.add(Predicates.not(new CardTypePredicate(CardType.CREATURE)));
|
||||||
}
|
|
||||||
static {
|
|
||||||
filterTreefolk.add(new SubtypePredicate("Treefolk"));
|
filterTreefolk.add(new SubtypePredicate("Treefolk"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue