mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Add StaticFilters.FILTER_CONTROLLED_LAND_SHORT_TEXT
This commit is contained in:
parent
95b07bdb1f
commit
a33916f3f4
17 changed files with 39 additions and 47 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue