[EOE] fix Surge Conductor triggering off of tokens and not off of nontokens

This commit is contained in:
theelk801 2025-08-02 09:11:27 -04:00
parent 4f374f8f4c
commit 32e2af685f

View file

@ -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) {