mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[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 {
|
static {
|
||||||
filter.add(AnotherPredicate.instance);
|
filter.add(AnotherPredicate.instance);
|
||||||
filter.add(TokenPredicate.TRUE);
|
filter.add(TokenPredicate.FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SurgeConductor(UUID ownerId, CardSetInfo setInfo) {
|
public SurgeConductor(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue