mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Brothers Yamazaki filter edit (fixes #4603)
This commit is contained in:
parent
c2a4890603
commit
dc3e47e045
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ import mage.constants.*;
|
||||||
import mage.filter.FilterPermanent;
|
import mage.filter.FilterPermanent;
|
||||||
import mage.filter.common.FilterCreaturePermanent;
|
import mage.filter.common.FilterCreaturePermanent;
|
||||||
import mage.filter.predicate.mageobject.NamePredicate;
|
import mage.filter.predicate.mageobject.NamePredicate;
|
||||||
|
import mage.filter.predicate.permanent.AnotherPredicate;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
import mage.game.events.GameEvent;
|
import mage.game.events.GameEvent;
|
||||||
import mage.game.permanent.Permanent;
|
import mage.game.permanent.Permanent;
|
||||||
|
|
@ -56,6 +57,7 @@ public class BrothersYamazaki extends CardImpl {
|
||||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
filter.add(new AnotherPredicate());
|
||||||
filter.add(new NamePredicate("Brothers Yamazaki"));
|
filter.add(new NamePredicate("Brothers Yamazaki"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue