mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
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…
Reference in a new issue