Add StaticFilters.FILTER_CONTROLLED_LAND_SHORT_TEXT

This commit is contained in:
Plopman 2018-03-27 00:04:13 +02:00
parent 95b07bdb1f
commit a33916f3f4
17 changed files with 39 additions and 47 deletions

View file

@ -236,6 +236,13 @@ public final class StaticFilters {
static {
FILTER_BASIC_LAND_CARD.setLockedFilter(true);
}
// Used for sacrifice targets that don't need the "you control" text
public static final FilterControlledLandPermanent FILTER_CONTROLLED_LAND_SHORT_TEXT = new FilterControlledLandPermanent("a land");
static {
FILTER_CONTROLLED_LAND_SHORT_TEXT.setLockedFilter(true);
}
public static final FilterCreaturePermanent FILTER_PERMANENT_CREATURE = new FilterCreaturePermanent();