From 98e2d9b7aa04b223ded6b18e182a55c9325ea80a Mon Sep 17 00:00:00 2001 From: Thomas Winwood Date: Wed, 15 Jul 2020 01:09:55 +0100 Subject: [PATCH] Revert changes to Wildwood Scourge The Oracle text for this card *does* have "on it"; this was a small errata to the printed card. --- Mage.Sets/src/mage/cards/w/WildwoodScourge.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/w/WildwoodScourge.java b/Mage.Sets/src/mage/cards/w/WildwoodScourge.java index b0899dedbb3..737b4d5b49e 100644 --- a/Mage.Sets/src/mage/cards/w/WildwoodScourge.java +++ b/Mage.Sets/src/mage/cards/w/WildwoodScourge.java @@ -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());