mirror of
https://github.com/correl/mage.git
synced 2025-04-06 17:00:12 -09:00
fixed Ayula, Queen Among Bears triggering her own ability
This commit is contained in:
parent
57f6922e08
commit
fced72b75d
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ import mage.filter.FilterPermanent;
|
|||
import mage.filter.common.FilterControlledPermanent;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.filter.predicate.mageobject.SubtypePredicate;
|
||||
import mage.filter.predicate.permanent.AnotherPredicate;
|
||||
import mage.filter.predicate.permanent.ControllerPredicate;
|
||||
import mage.target.TargetPermanent;
|
||||
import mage.target.common.TargetControlledPermanent;
|
||||
|
@ -34,6 +35,7 @@ public final class AyulaQueenAmongBears extends CardImpl {
|
|||
private static final FilterPermanent filter4 = new FilterCreaturePermanent("creature you don't control");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
filter3.add(new SubtypePredicate(SubType.BEAR));
|
||||
filter4.add(new ControllerPredicate(TargetController.NOT_YOU));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue