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