mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Text fixes
This commit is contained in:
parent
105b8ea6fa
commit
3792f6d2d8
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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}.
|
||||
|
|
Loading…
Reference in a new issue