forked from External/mage
fixed Growth-Chamber Guardian not triggering when it enters with counters
This commit is contained in:
parent
a79a74e7cf
commit
6466acb70a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class OneOrMoreCountersAddedTriggeredAbility extends TriggeredAbilityImpl
|
|||
}
|
||||
|
||||
public OneOrMoreCountersAddedTriggeredAbility(Effect effect, boolean optional, CounterType counterType) {
|
||||
super(Zone.BATTLEFIELD, effect, true);
|
||||
super(Zone.ALL, effect, true);
|
||||
this.counterType = counterType;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue