forked from External/mage
refactored TappedPredicate to use single enum for both conditions
This commit is contained in:
parent
59f02ad17a
commit
a673ebffc5
282 changed files with 307 additions and 513 deletions
|
|
@ -20,7 +20,7 @@ public class UntapLandsEffect extends OneShotEffect {
|
|||
private static final FilterLandPermanent filter = new FilterLandPermanent("land(s) to untap");
|
||||
|
||||
static {
|
||||
filter.add(TappedPredicate.instance);
|
||||
filter.add(TappedPredicate.TAPPED);
|
||||
}
|
||||
private final int amount;
|
||||
private final boolean upTo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue