mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[C21] Implemented Deekah, Fractal Theorist
This commit is contained in:
parent
f033ecde82
commit
77d22b9960
3 changed files with 89 additions and 0 deletions
|
|
@ -668,6 +668,13 @@ public final class StaticFilters {
|
|||
FILTER_SPELL_KICKED_A.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_CREATURE_TOKEN = new FilterCreaturePermanent("creature token");
|
||||
|
||||
static {
|
||||
FILTER_CREATURE_TOKEN.add(TokenPredicate.instance);
|
||||
FILTER_CREATURE_TOKEN.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_CREATURE_TOKENS = new FilterCreaturePermanent("creature tokens");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue