From 8985d9b627ba5566aced113f011fbe00dffc0e20 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Tue, 11 Jun 2013 17:20:16 +0200 Subject: [PATCH] Changed wrong rules text of Elderwood Scion (internal). --- Mage.Sets/src/mage/sets/planechase2012/ElderwoodScion.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/planechase2012/ElderwoodScion.java b/Mage.Sets/src/mage/sets/planechase2012/ElderwoodScion.java index c29281c18f6..b1a7c04688c 100644 --- a/Mage.Sets/src/mage/sets/planechase2012/ElderwoodScion.java +++ b/Mage.Sets/src/mage/sets/planechase2012/ElderwoodScion.java @@ -85,7 +85,7 @@ public class ElderwoodScion extends CardImpl { class ElderwoodScionCostReductionEffect extends CostModificationEffectImpl { - private static final String effectText = "Spells your opponents cast that target Elderwood Scion cost {2} more to cast"; + private static final String effectText = "Spells you cast that target {this} cost {2} less to cast"; ElderwoodScionCostReductionEffect() { super(Constants.Duration.WhileOnBattlefield, Constants.Outcome.Benefit); @@ -128,7 +128,7 @@ class ElderwoodScionCostReductionEffect extends CostModificationEffectImpl { - private static final String effectText = "Spells you cast that target {this} cost {2} less to cast"; + private static final String effectText = "Spells your opponents cast that target Elderwood Scion cost {2} more to cast"; ElderwoodScionCostReductionEffect2() { super(Constants.Duration.WhileOnBattlefield, Constants.Outcome.Benefit);