Revert changes to Wildwood Scourge

The Oracle text for this card *does* have "on it"; this was a small
errata to the printed card.
This commit is contained in:
Thomas Winwood 2020-07-15 01:09:55 +01:00 committed by Oleg Agafonov
parent 81e348360c
commit 98e2d9b7aa

View file

@ -30,7 +30,7 @@ public final class WildwoodScourge extends CardImpl {
this.toughness = new MageInt(0);
// Wildwood Scourge enters the battlefield with X +1/+1 counters on it.
this.addAbility(new EntersBattlefieldAbility(new EntersBattlefieldWithXCountersEffect(CounterType.P1P1.createInstance()).setText("enters the battlefield with X +1/+1 counters")));
this.addAbility(new EntersBattlefieldAbility(new EntersBattlefieldWithXCountersEffect(CounterType.P1P1.createInstance())));
// Whenever one or more +1/+1 counters are put on another non-Hydra creature you control, put a +1/+1 counter on Wildwood Scourge.
this.addAbility(new EnduringScalelordTriggeredAbility());