refactored AnotherPredicate to singleton enum

This commit is contained in:
Evan Kranzler 2019-01-12 16:12:51 -05:00
parent 92b5535a0e
commit e6b99215e1
417 changed files with 427 additions and 427 deletions

View file

@ -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;