From 3792f6d2d8fea0b00f6aefe8dd70d6b4f7ed629e Mon Sep 17 00:00:00 2001 From: LoneFox Date: Fri, 18 Sep 2015 11:38:42 +0300 Subject: [PATCH] Text fixes --- Mage.Sets/src/mage/sets/thedark/CityOfShadows.java | 2 +- Mage.Sets/src/mage/sets/thedark/DanceOfMany.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/thedark/CityOfShadows.java b/Mage.Sets/src/mage/sets/thedark/CityOfShadows.java index 8651daa4ad0..781370f3cec 100644 --- a/Mage.Sets/src/mage/sets/thedark/CityOfShadows.java +++ b/Mage.Sets/src/mage/sets/thedark/CityOfShadows.java @@ -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); } diff --git a/Mage.Sets/src/mage/sets/thedark/DanceOfMany.java b/Mage.Sets/src/mage/sets/thedark/DanceOfMany.java index de05affa1de..1b858cc40fa 100644 --- a/Mage.Sets/src/mage/sets/thedark/DanceOfMany.java +++ b/Mage.Sets/src/mage/sets/thedark/DanceOfMany.java @@ -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}.