mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
[LTR] Implement Eowyn, Fearless Knight
This commit is contained in:
parent
50ea3cd715
commit
b8189a0bd7
3 changed files with 122 additions and 0 deletions
|
|
@ -1089,6 +1089,13 @@ public final class StaticFilters {
|
|||
FILTER_PERMANENT_LEGENDARY.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCreaturePermanent FILTER_CREATURE_LEGENDARY = new FilterCreaturePermanent();
|
||||
|
||||
static {
|
||||
FILTER_CREATURE_LEGENDARY.add(SuperType.LEGENDARY.getPredicate());
|
||||
FILTER_CREATURE_LEGENDARY.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterCard FILTER_CARD_ARTIFACT_OR_CREATURE = new FilterCard("artifact or creature card");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue