Text fixes

This commit is contained in:
LoneFox 2015-09-18 11:38:42 +03:00
parent 105b8ea6fa
commit 3792f6d2d8
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ public class CityOfShadows extends CardImpl {
// {T}: Add {X} to your mana pool, where X is the number of storage counters on City of Shadows.
ability = new DynamicManaAbility(Mana.ColorlessMana, new CountersCount(CounterType.STORAGE),
"{tap}: Add {X} to your mana pool, where X is the number of storage counters on {this}");
"Add {X} to your mana pool, where X is the number of storage counters on {this}");
this.addAbility(ability);
}

View file

@ -84,7 +84,7 @@ public class DanceOfMany extends CardImpl {
// When Dance of Many leaves the battlefield, exile the token.
// When the token leaves the battlefield, sacrifice Dance of Many.
Ability ability2 = new LeavesBattlefieldTriggeredAbility(new DanceOfManyExileTokenEffect(), false);
ability2.addEffect(new InfoEffect("When the token leaves the battlfield, sacrifice {this}"));
ability2.addEffect(new InfoEffect("When the token leaves the battlefield, sacrifice {this}"));
this.addAbility(ability2);
// At the beginning of your upkeep, sacrifice Dance of Many unless you pay {U}{U}.