mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Implemented The Magic Mirror
This commit is contained in:
parent
0799040a1f
commit
0dabd08984
5 changed files with 72 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ public enum CounterType {
|
|||
INTERVENTION("intervention"),
|
||||
ISOLATION("isolation"),
|
||||
JAVELIN("javelin"),
|
||||
KNOWLEDGE("knowledge"),
|
||||
KI("ki"),
|
||||
LANDMARK("landmark"),
|
||||
LEVEL("level"),
|
||||
|
|
|
|||
|
|
@ -139,6 +139,12 @@ public final class StaticFilters {
|
|||
FILTER_CARD_INSTANT_OR_SORCERY.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterInstantOrSorceryCard FILTER_CARD_INSTANT_AND_SORCERY = new FilterInstantOrSorceryCard("instant and sorcery card");
|
||||
|
||||
static {
|
||||
FILTER_CARD_INSTANT_AND_SORCERY.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterPermanent FILTER_PERMANENT = new FilterPermanent();
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue