mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
fix Frodo, Determined Hero filter
This commit is contained in:
parent
0d60fd3ab4
commit
de718d9bbb
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ public final class FrodoDeterminedHero extends CardImpl {
|
|||
= new FilterControlledPermanent("Equipment you control with mana value 2 or 3");
|
||||
|
||||
static {
|
||||
filter.add(SubType.EQUIPMENT.getPredicate());
|
||||
filter.add(new ManaValuePredicate(ComparisonType.FEWER_THAN, 4));
|
||||
filter.add(new ManaValuePredicate(ComparisonType.MORE_THAN, 1));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue