1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 09:11:12 -09:00
This commit is contained in:
jeffwadsworth 2021-02-09 15:40:33 -06:00
parent 7f30e83d70
commit 0ac85d93db

View file

@ -13,7 +13,7 @@ import mage.constants.CardType;
import mage.constants.SubType;
import mage.constants.SuperType;
import mage.counters.CounterType;
import mage.filter.common.FilterControlledCreaturePermanent;
import mage.filter.common.FilterControlledPermanent;
import mage.filter.predicate.permanent.AnotherPredicate;
/**
@ -21,7 +21,7 @@ import mage.filter.predicate.permanent.AnotherPredicate;
*/
public final class MarwynTheNurturer extends CardImpl {
private static final FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent("another Elf");
private static final FilterControlledPermanent filter = new FilterControlledPermanent("another Elf");
static {
filter.add(AnotherPredicate.instance);