forked from External/mage
[EOE] fix Surge Conductor triggering off of tokens and not off of nontokens
This commit is contained in:
parent
4f374f8f4c
commit
32e2af685f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public final class SurgeConductor extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(AnotherPredicate.instance);
|
||||
filter.add(TokenPredicate.TRUE);
|
||||
filter.add(TokenPredicate.FALSE);
|
||||
}
|
||||
|
||||
public SurgeConductor(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue