mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[OTJ] Implement Ghired, Mirror of the Wilds
This commit is contained in:
parent
24b49a615c
commit
8a38e25550
3 changed files with 76 additions and 0 deletions
|
|
@ -1060,6 +1060,14 @@ public final class StaticFilters {
|
|||
FILTER_CREATURE_NON_TOKEN.setLockedFilter(true);
|
||||
}
|
||||
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_CREATURES_NON_TOKEN = new FilterCreaturePermanent("nontoken creatures");
|
||||
|
||||
static {
|
||||
FILTER_CREATURES_NON_TOKEN.add(TokenPredicate.FALSE);
|
||||
FILTER_CREATURES_NON_TOKEN.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledCreaturePermanent FILTER_A_CONTROLLED_CREATURE_P1P1 = new FilterControlledCreaturePermanent("a creature you control with a +1/+1 counter on it");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue