mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
[WOE] Implement Break the Spell (#10836)
* [WOE] Implement Break the Spell * cleanup * lock static filter
This commit is contained in:
parent
0a1a098ad4
commit
5e9e199922
3 changed files with 82 additions and 0 deletions
|
|
@ -1011,6 +1011,13 @@ public final class StaticFilters {
|
|||
FILTER_SPELL_KICKED_A.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterPermanent FILTER_PERMANENT_TOKEN = new FilterPermanent("token");
|
||||
|
||||
static {
|
||||
FILTER_PERMANENT_TOKEN.add(TokenPredicate.TRUE);
|
||||
FILTER_PERMANENT_TOKEN.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