forked from External/mage
refactored many other predicates to singleton enums
This commit is contained in:
parent
dc409c9a9e
commit
8629977f14
595 changed files with 657 additions and 660 deletions
|
|
@ -20,7 +20,7 @@ public class UntapLandsEffect extends OneShotEffect {
|
|||
private static final FilterLandPermanent filter = new FilterLandPermanent("untapped lands");
|
||||
|
||||
static {
|
||||
filter.add(new TappedPredicate());
|
||||
filter.add(TappedPredicate.instance);
|
||||
}
|
||||
private final int amount;
|
||||
private final boolean upTo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue