From 99e321f64abea85391ec87ab615f0f12731d87f2 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Wed, 30 Apr 2014 07:15:21 +0200 Subject: [PATCH] Minor formatting. --- Mage.Sets/src/mage/sets/darksteel/Trinisphere.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {