mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Fixed #6229
This commit is contained in:
parent
331c3ce0a0
commit
684a4b3cc9
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue