forked from External/mage
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:
parent
81e348360c
commit
98e2d9b7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue