This commit is contained in:
jeffwadsworth 2020-01-27 15:28:21 -06:00
parent 331c3ce0a0
commit 684a4b3cc9

View file

@ -23,6 +23,7 @@ import mage.filter.predicate.mageobject.ColorPredicate;
import mage.target.common.TargetControlledPermanent;
import java.util.UUID;
import mage.filter.predicate.permanent.AnotherPredicate;
/**
* @author TheElk801
@ -37,6 +38,7 @@ public final class AyaraFirstOfLocthwain extends CardImpl {
static {
filter.add(new ColorPredicate(ObjectColor.BLACK));
filter2.add(new ColorPredicate(ObjectColor.BLACK));
filter2.add(AnotherPredicate.instance);
}
public AyaraFirstOfLocthwain(UUID ownerId, CardSetInfo setInfo) {