diff --git a/Mage.Sets/src/mage/cards/SimicAscendancy.java b/Mage.Sets/src/mage/cards/SimicAscendancy.java index c1d3eeaeb5..39adbb19e3 100644 --- a/Mage.Sets/src/mage/cards/SimicAscendancy.java +++ b/Mage.Sets/src/mage/cards/SimicAscendancy.java @@ -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) {