forked from External/mage
new StaticFilters.FILTER_CONTROLLED_CLUE
This commit is contained in:
parent
2030dcf169
commit
4456c337c8
14 changed files with 31 additions and 66 deletions
|
|
@ -1230,4 +1230,10 @@ public final class StaticFilters {
|
|||
FILTER_CONTROLLED_FOOD.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_CLUE = new FilterControlledPermanent(SubType.CLUE, "a Clue");
|
||||
|
||||
static {
|
||||
FILTER_CONTROLLED_CLUE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue