mirror of
https://github.com/correl/mage.git
synced 2025-04-04 01:06:04 -09: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.common.FilterCreaturePermanent;
|
||||
import mage.filter.predicate.mageobject.NamePredicate;
|
||||
import mage.filter.predicate.permanent.AnotherPredicate;
|
||||
import mage.game.Game;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.game.permanent.Permanent;
|
||||
|
@ -56,6 +57,7 @@ public class BrothersYamazaki extends CardImpl {
|
|||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent();
|
||||
|
||||
static {
|
||||
filter.add(new AnotherPredicate());
|
||||
filter.add(new NamePredicate("Brothers Yamazaki"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue