diff --git a/Mage.Sets/src/mage/sets/darksteel/Trinisphere.java b/Mage.Sets/src/mage/sets/darksteel/Trinisphere.java index 780bf3fd559..62740940277 100644 --- a/Mage.Sets/src/mage/sets/darksteel/Trinisphere.java +++ b/Mage.Sets/src/mage/sets/darksteel/Trinisphere.java @@ -70,10 +70,9 @@ public class Trinisphere extends CardImpl { class TrinisphereEffect extends CostModificationEffectImpl { - public TrinisphereEffect() { super(Duration.WhileOnBattlefield, Outcome.Neutral, CostModificationType.SET_COST); - this.staticText = "As long as Trinisphere is untapped, each spell that would cost less than three mana to cast costs three mana to cast"; + this.staticText = "As long as {this} is untapped, each spell that would cost less than three mana to cast costs three mana to cast"; } protected TrinisphereEffect(TrinisphereEffect effect) {