mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[BLB] Implement For the Common Good
This commit is contained in:
parent
2c7f4bbc3f
commit
51f2f051bb
3 changed files with 101 additions and 0 deletions
|
|
@ -988,6 +988,14 @@ public final class StaticFilters {
|
|||
FILTER_PERMANENT_TOKEN.setLockedFilter(true);
|
||||
}
|
||||
|
||||
|
||||
public static final FilterPermanent FILTER_PERMANENT_TOKENS = new FilterPermanent("tokens");
|
||||
|
||||
static {
|
||||
FILTER_PERMANENT_TOKENS.add(TokenPredicate.TRUE);
|
||||
FILTER_PERMANENT_TOKENS.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_CREATURE_TOKEN = new FilterCreaturePermanent("creature token");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue