forked from External/mage
Minor formatting.
This commit is contained in:
parent
abfe517c17
commit
99e321f64a
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue