mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[MH3] Implement Null Elemental Blast
This commit is contained in:
parent
4149eeaa32
commit
32ea5e9cd0
3 changed files with 56 additions and 0 deletions
|
|
@ -906,6 +906,13 @@ public final class StaticFilters {
|
|||
FILTER_SPELL_A.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterSpell FILTER_SPELL_MULTICOLORED = new FilterSpell("multicolored spell");
|
||||
|
||||
static {
|
||||
FILTER_SPELL_MULTICOLORED.add(MulticoloredPredicate.instance);
|
||||
FILTER_SPELL_MULTICOLORED.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterSpell FILTER_SPELL_A_MULTICOLORED = new FilterSpell("a multicolored spell");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue