mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
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
Reference in a new issue