Minor formatting.

This commit is contained in:
LevelX2 2014-04-30 07:15:21 +02:00
parent abfe517c17
commit 99e321f64a

View file

@ -70,10 +70,9 @@ public class Trinisphere extends CardImpl<Trinisphere> {
class TrinisphereEffect extends CostModificationEffectImpl<TrinisphereEffect> {
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) {