mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implemented Amulet of Safekeeping
This commit is contained in:
parent
745dee6c36
commit
b90426c6b7
4 changed files with 112 additions and 13 deletions
|
|
@ -452,7 +452,7 @@ public final class StaticFilters {
|
|||
));
|
||||
FILTER_SPELLS_INSTANT_OR_SORCERY.setLockedFilter(true);
|
||||
}
|
||||
public static final FilterPermanent FILTER_CREATURE_TOKENS = new FilterCreaturePermanent("creature tokens");
|
||||
public static final FilterCreaturePermanent FILTER_CREATURE_TOKENS = new FilterCreaturePermanent("creature tokens");
|
||||
|
||||
static {
|
||||
FILTER_CREATURE_TOKENS.add(new TokenPredicate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue