mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Co-authored-by: scox <scox@singularity6.com>
This commit is contained in:
parent
4fae2e799a
commit
9131e214b6
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ import mage.constants.CardType;
|
|||
import mage.constants.Duration;
|
||||
import mage.constants.SubType;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.predicate.mageobject.AnotherPredicate;
|
||||
import mage.filter.predicate.permanent.TokenPredicate;
|
||||
import mage.game.permanent.token.PhyrexianGolemToken;
|
||||
|
||||
|
@ -27,7 +26,6 @@ public final class DarksteelSplicer extends CardImpl {
|
|||
private static final FilterPermanent filter = new FilterPermanent(SubType.PHYREXIAN, "nontoken Phyrexian");
|
||||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
filter.add(TokenPredicate.FALSE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue