mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[STX] fixed Perplexing Test not bouncing nontoken permanents (fixes #7766)
This commit is contained in:
parent
4e248e75e9
commit
d37b760167
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public final class PerplexingTest extends CardImpl {
|
|||
private static final FilterPermanent filter = new FilterCreaturePermanent("nontoken creature");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.and(TokenPredicate.instance));
|
||||
filter.add(Predicates.not(TokenPredicate.instance));
|
||||
}
|
||||
|
||||
public PerplexingTest(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue