forked from External/mage
refactored AnotherPredicate to singleton enum
This commit is contained in:
parent
92b5535a0e
commit
e6b99215e1
417 changed files with 427 additions and 427 deletions
|
|
@ -41,7 +41,7 @@ public class DevourEffect extends ReplacementEffectImpl {
|
|||
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("creatures to devour");
|
||||
|
||||
static {
|
||||
filter.add(new AnotherPredicate());
|
||||
filter.add(AnotherPredicate.instance);
|
||||
}
|
||||
private final DevourFactor devourFactor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue