mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Update SimicAscendancy.java
This commit is contained in:
parent
9192b2fdcf
commit
8a3ebd1f44
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public final class SimicAscendancy extends CardImpl {
|
|||
class SimicAscendancyTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
SimicAscendancyTriggeredAbility() {
|
||||
super(Zone.BATTLEFIELD, new AddCountersSourceEffect(CounterType.GROWTH.createInstance()), true);
|
||||
super(Zone.BATTLEFIELD, new AddCountersSourceEffect(CounterType.GROWTH.createInstance()), false);
|
||||
}
|
||||
|
||||
SimicAscendancyTriggeredAbility(final SimicAscendancyTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue