From 2b2f3b6e019db5def8a13d4d4ded2d3477545894 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Thu, 21 Jun 2018 12:32:25 -0400 Subject: [PATCH] Updated "this spell" wordings --- Mage.Sets/src/mage/cards/a/AssassinsBlade.java | 2 +- Mage.Sets/src/mage/cards/b/Berserk.java | 2 +- Mage.Sets/src/mage/cards/b/BloodFrenzy.java | 2 +- Mage.Sets/src/mage/cards/c/Camouflage.java | 2 +- Mage.Sets/src/mage/cards/c/ChampionsVictory.java | 2 +- Mage.Sets/src/mage/cards/c/CommandOfUnsummoning.java | 2 +- Mage.Sets/src/mage/cards/d/DeepWood.java | 2 +- Mage.Sets/src/mage/cards/d/DefiantStand.java | 2 +- Mage.Sets/src/mage/cards/e/EightfoldMaze.java | 2 +- Mage.Sets/src/mage/cards/f/FalseOrders.java | 2 +- Mage.Sets/src/mage/cards/f/Festival.java | 2 +- Mage.Sets/src/mage/cards/f/FogPatch.java | 2 +- Mage.Sets/src/mage/cards/h/HarshJustice.java | 2 +- Mage.Sets/src/mage/cards/h/HeavyFog.java | 2 +- Mage.Sets/src/mage/cards/j/JustFate.java | 2 +- Mage.Sets/src/mage/cards/m/MasterWarcraft.java | 2 +- Mage.Sets/src/mage/cards/m/Melee.java | 2 +- Mage.Sets/src/mage/cards/n/Necrologia.java | 2 +- Mage.Sets/src/mage/cards/r/RallyTheTroops.java | 2 +- Mage.Sets/src/mage/cards/r/Remove.java | 2 +- Mage.Sets/src/mage/cards/r/Reset.java | 2 +- Mage.Sets/src/mage/cards/s/SavageBeating.java | 2 +- Mage.Sets/src/mage/cards/s/ScorchingWinds.java | 2 +- Mage.Sets/src/mage/cards/s/Seedtime.java | 2 +- Mage.Sets/src/mage/cards/s/SirensCall.java | 2 +- Mage.Sets/src/mage/cards/t/TalarasBattalion.java | 2 +- Mage.Sets/src/mage/cards/t/TreetopDefense.java | 2 +- Mage.Sets/src/mage/cards/w/WarriorsStand.java | 2 +- .../mage/abilities/common/CastOnlyIfConditionIsTrueEffect.java | 2 +- .../ruleModifying/CastOnlyDuringPhaseStepSourceEffect.java | 2 +- .../ruleModifying/CastOnlyIfYouHaveCastAnotherSpellEffect.java | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Mage.Sets/src/mage/cards/a/AssassinsBlade.java b/Mage.Sets/src/mage/cards/a/AssassinsBlade.java index 407feee5bbf..fe2b98e641a 100644 --- a/Mage.Sets/src/mage/cards/a/AssassinsBlade.java +++ b/Mage.Sets/src/mage/cards/a/AssassinsBlade.java @@ -38,7 +38,7 @@ public final class AssassinsBlade extends CardImpl { // Cast Assassin's Blade only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/b/Berserk.java b/Mage.Sets/src/mage/cards/b/Berserk.java index 0b54d1be549..f193dcae694 100644 --- a/Mage.Sets/src/mage/cards/b/Berserk.java +++ b/Mage.Sets/src/mage/cards/b/Berserk.java @@ -66,7 +66,7 @@ class BerserkReplacementEffect extends ContinuousRuleModifyingEffectImpl { BerserkReplacementEffect() { super(Duration.EndOfGame, Outcome.Detriment); - staticText = "Cast {this} only before the combat damage step"; + staticText = "Cast this spell only before the combat damage step"; } BerserkReplacementEffect(final BerserkReplacementEffect effect) { diff --git a/Mage.Sets/src/mage/cards/b/BloodFrenzy.java b/Mage.Sets/src/mage/cards/b/BloodFrenzy.java index 9d83c8abdcb..a27725efde4 100644 --- a/Mage.Sets/src/mage/cards/b/BloodFrenzy.java +++ b/Mage.Sets/src/mage/cards/b/BloodFrenzy.java @@ -48,7 +48,7 @@ class BloodFrenzyCastRestriction extends ContinuousRuleModifyingEffectImpl { BloodFrenzyCastRestriction() { super(Duration.EndOfGame, Outcome.Detriment); - staticText = "Cast {this} only before the combat damage step"; + staticText = "Cast this spell only before the combat damage step"; } BloodFrenzyCastRestriction(final BloodFrenzyCastRestriction effect) { diff --git a/Mage.Sets/src/mage/cards/c/Camouflage.java b/Mage.Sets/src/mage/cards/c/Camouflage.java index 5eb68019af9..ed8719b8c2f 100644 --- a/Mage.Sets/src/mage/cards/c/Camouflage.java +++ b/Mage.Sets/src/mage/cards/c/Camouflage.java @@ -39,7 +39,7 @@ public final class Camouflage extends CardImpl { super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{G}"); // Cast Camouflage only during your declare attackers step. - this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.DECLARE_ATTACKERS, MyTurnCondition.instance, "Cast {this} only during your declare attackers step")); + this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.DECLARE_ATTACKERS, MyTurnCondition.instance, "Cast this spell only during your declare attackers step")); // This turn, instead of declaring blockers, each defending player chooses any number of creatures he or she controls and divides them into a number of piles equal to the number of attacking creatures for whom that player is the defending player. Creatures he or she controls that can block additional creatures may likewise be put into additional piles. Assign each pile to a different one of those attacking creatures at random. Each creature in a pile that can block the creature that pile is assigned to does so. (Piles can be empty.) this.getSpellAbility().addEffect(new CamouflageEffect()); diff --git a/Mage.Sets/src/mage/cards/c/ChampionsVictory.java b/Mage.Sets/src/mage/cards/c/ChampionsVictory.java index 6624c1d9554..41ce200973f 100644 --- a/Mage.Sets/src/mage/cards/c/ChampionsVictory.java +++ b/Mage.Sets/src/mage/cards/c/ChampionsVictory.java @@ -26,7 +26,7 @@ public final class ChampionsVictory extends CardImpl { // Cast Champion's Victory only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/c/CommandOfUnsummoning.java b/Mage.Sets/src/mage/cards/c/CommandOfUnsummoning.java index 8759f8be2d8..194ecbbe2dd 100644 --- a/Mage.Sets/src/mage/cards/c/CommandOfUnsummoning.java +++ b/Mage.Sets/src/mage/cards/c/CommandOfUnsummoning.java @@ -27,7 +27,7 @@ public final class CommandOfUnsummoning extends CardImpl { // Cast Command of Unsummoning only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/d/DeepWood.java b/Mage.Sets/src/mage/cards/d/DeepWood.java index bc7d91e4c2a..e3aa5d2a452 100644 --- a/Mage.Sets/src/mage/cards/d/DeepWood.java +++ b/Mage.Sets/src/mage/cards/d/DeepWood.java @@ -31,7 +31,7 @@ public final class DeepWood extends CardImpl { // Cast Deep Wood only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/d/DefiantStand.java b/Mage.Sets/src/mage/cards/d/DefiantStand.java index aafb271c078..1ba93cf23a5 100644 --- a/Mage.Sets/src/mage/cards/d/DefiantStand.java +++ b/Mage.Sets/src/mage/cards/d/DefiantStand.java @@ -28,7 +28,7 @@ public final class DefiantStand extends CardImpl { // Cast Defiant Stand only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/e/EightfoldMaze.java b/Mage.Sets/src/mage/cards/e/EightfoldMaze.java index 1580470b97c..e23440a8966 100644 --- a/Mage.Sets/src/mage/cards/e/EightfoldMaze.java +++ b/Mage.Sets/src/mage/cards/e/EightfoldMaze.java @@ -26,7 +26,7 @@ public final class EightfoldMaze extends CardImpl { // Cast Eightfold Maze only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/f/FalseOrders.java b/Mage.Sets/src/mage/cards/f/FalseOrders.java index 94d0de7c369..f4c8066db61 100644 --- a/Mage.Sets/src/mage/cards/f/FalseOrders.java +++ b/Mage.Sets/src/mage/cards/f/FalseOrders.java @@ -48,7 +48,7 @@ public final class FalseOrders extends CardImpl { super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{R}"); // Cast False Orders only during the declare blockers step. - this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.DECLARE_BLOCKERS, null, "Cast {this} only during the declare blockers step")); + this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.DECLARE_BLOCKERS, null, "Cast this spell only during the declare blockers step")); // Remove target creature defending player controls from combat. Creatures it was blocking that had become blocked by only that creature this combat become unblocked. You may have it block an attacking creature of your choice. this.getSpellAbility().addTarget(new TargetPermanent(filter)); diff --git a/Mage.Sets/src/mage/cards/f/Festival.java b/Mage.Sets/src/mage/cards/f/Festival.java index 75d82911efe..4a92bc17604 100644 --- a/Mage.Sets/src/mage/cards/f/Festival.java +++ b/Mage.Sets/src/mage/cards/f/Festival.java @@ -23,7 +23,7 @@ public final class Festival extends CardImpl { // Cast Festival only during an opponent's upkeep. this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.UPKEEP, OnOpponentsTurnCondition.instance, - "Cast {this} only during an opponent's upkeep")); + "Cast this spell only during an opponent's upkeep")); // Creatures can't attack this turn. this.getSpellAbility().addEffect(new CantAttackAnyPlayerAllEffect(Duration.EndOfTurn, FILTER_PERMANENT_CREATURES)); diff --git a/Mage.Sets/src/mage/cards/f/FogPatch.java b/Mage.Sets/src/mage/cards/f/FogPatch.java index 778f368e369..7c62a881193 100644 --- a/Mage.Sets/src/mage/cards/f/FogPatch.java +++ b/Mage.Sets/src/mage/cards/f/FogPatch.java @@ -25,7 +25,7 @@ public final class FogPatch extends CardImpl { super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{G}"); // Cast Fog Patch only during the declare blockers step. - this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.DECLARE_BLOCKERS, null, "Cast {this} only during the declare blockers step")); + this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.DECLARE_BLOCKERS, null, "Cast this spell only during the declare blockers step")); // Attacking creatures become blocked. this.getSpellAbility().addEffect(new FogPatchEffect()); diff --git a/Mage.Sets/src/mage/cards/h/HarshJustice.java b/Mage.Sets/src/mage/cards/h/HarshJustice.java index 59a8f97193d..6f763f7f431 100644 --- a/Mage.Sets/src/mage/cards/h/HarshJustice.java +++ b/Mage.Sets/src/mage/cards/h/HarshJustice.java @@ -39,7 +39,7 @@ public final class HarshJustice extends CardImpl { // Cast Harsh Justice only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/h/HeavyFog.java b/Mage.Sets/src/mage/cards/h/HeavyFog.java index 679b037a814..b668356383d 100644 --- a/Mage.Sets/src/mage/cards/h/HeavyFog.java +++ b/Mage.Sets/src/mage/cards/h/HeavyFog.java @@ -31,7 +31,7 @@ public final class HeavyFog extends CardImpl { // Cast Deep Wood only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/j/JustFate.java b/Mage.Sets/src/mage/cards/j/JustFate.java index dbce85cdc25..7a96e8dba94 100644 --- a/Mage.Sets/src/mage/cards/j/JustFate.java +++ b/Mage.Sets/src/mage/cards/j/JustFate.java @@ -26,7 +26,7 @@ public final class JustFate extends CardImpl { // Cast Just Fate only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/m/MasterWarcraft.java b/Mage.Sets/src/mage/cards/m/MasterWarcraft.java index 52c6b7adeb5..a5861363c57 100644 --- a/Mage.Sets/src/mage/cards/m/MasterWarcraft.java +++ b/Mage.Sets/src/mage/cards/m/MasterWarcraft.java @@ -42,7 +42,7 @@ public final class MasterWarcraft extends CardImpl { super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{R/W}{R/W}"); // Cast Master Warcraft only before attackers are declared. - this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, BeforeAttackersAreDeclaredCondition.instance, "Cast {this} only before attackers are declared")); + this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, BeforeAttackersAreDeclaredCondition.instance, "Cast this spell only before attackers are declared")); // You choose which creatures attack this turn. this.getSpellAbility().addEffect(new MasterWarcraftChooseAttackersEffect()); diff --git a/Mage.Sets/src/mage/cards/m/Melee.java b/Mage.Sets/src/mage/cards/m/Melee.java index 9b6d0ce7856..3031c15e649 100644 --- a/Mage.Sets/src/mage/cards/m/Melee.java +++ b/Mage.Sets/src/mage/cards/m/Melee.java @@ -41,7 +41,7 @@ public final class Melee extends CardImpl { Condition condition = new CompoundCondition(BeforeBlockersAreDeclaredCondition.instance, new IsPhaseCondition(TurnPhase.COMBAT), MyTurnCondition.instance); - this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, condition, "Cast {this} only during your turn and only during combat before blockers are declared")); + this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, condition, "Cast this spell only during your turn and only during combat before blockers are declared")); // You choose which creatures block this combat and how those creatures block. // (only the last resolved Melee spell's blocking effect applies) diff --git a/Mage.Sets/src/mage/cards/n/Necrologia.java b/Mage.Sets/src/mage/cards/n/Necrologia.java index fbd8bfe218c..1d35c3bebab 100644 --- a/Mage.Sets/src/mage/cards/n/Necrologia.java +++ b/Mage.Sets/src/mage/cards/n/Necrologia.java @@ -23,7 +23,7 @@ public final class Necrologia extends CardImpl { // Cast Necrologia only during your end step. this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, PhaseStep.END_TURN, MyTurnCondition.instance, - "Cast {this} only during your end step")); + "Cast this spell only during your end step")); // As an additional cost to cast to Necrologia, pay X life. this.getSpellAbility().addCost(new PayVariableLifeCost(true)); diff --git a/Mage.Sets/src/mage/cards/r/RallyTheTroops.java b/Mage.Sets/src/mage/cards/r/RallyTheTroops.java index 0d636ff1c4a..34c8f2beaf4 100644 --- a/Mage.Sets/src/mage/cards/r/RallyTheTroops.java +++ b/Mage.Sets/src/mage/cards/r/RallyTheTroops.java @@ -26,7 +26,7 @@ public final class RallyTheTroops extends CardImpl { // Cast Rally the Troops only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/r/Remove.java b/Mage.Sets/src/mage/cards/r/Remove.java index 6d18d96f598..be84decdf2e 100644 --- a/Mage.Sets/src/mage/cards/r/Remove.java +++ b/Mage.Sets/src/mage/cards/r/Remove.java @@ -26,7 +26,7 @@ public final class Remove extends CardImpl { // Cast Remove only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/r/Reset.java b/Mage.Sets/src/mage/cards/r/Reset.java index 75eb88fa6de..67c6762340f 100644 --- a/Mage.Sets/src/mage/cards/r/Reset.java +++ b/Mage.Sets/src/mage/cards/r/Reset.java @@ -22,7 +22,7 @@ public final class Reset extends CardImpl { // Cast Reset only during an opponent's turn after their upkeep step. this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, new CompoundCondition(OnOpponentsTurnCondition.instance, AfterUpkeepStepCondtion.instance), - "Cast {this} only during an opponent's turn after their upkeep step")); + "Cast this spell only during an opponent's turn after their upkeep step")); // Untap all lands you control. this.getSpellAbility().addEffect(new UntapAllLandsControllerEffect()); diff --git a/Mage.Sets/src/mage/cards/s/SavageBeating.java b/Mage.Sets/src/mage/cards/s/SavageBeating.java index 8051d086ef1..2cf2654c6b4 100644 --- a/Mage.Sets/src/mage/cards/s/SavageBeating.java +++ b/Mage.Sets/src/mage/cards/s/SavageBeating.java @@ -29,7 +29,7 @@ public final class SavageBeating extends CardImpl { // Cast Savage Beating only during your turn and only during combat. this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(TurnPhase.COMBAT, null, MyTurnCondition.instance, - "Cast {this} only during your turn and only during combat")); + "Cast this spell only during your turn and only during combat")); // Choose one - Creatures you control gain double strike until end of turn; this.getSpellAbility().addEffect(new GainAbilityControlledEffect(DoubleStrikeAbility.getInstance(), Duration.EndOfTurn, StaticFilters.FILTER_PERMANENT_CREATURE, false)); diff --git a/Mage.Sets/src/mage/cards/s/ScorchingWinds.java b/Mage.Sets/src/mage/cards/s/ScorchingWinds.java index 7046a4b3ba5..36abefd104b 100644 --- a/Mage.Sets/src/mage/cards/s/ScorchingWinds.java +++ b/Mage.Sets/src/mage/cards/s/ScorchingWinds.java @@ -26,7 +26,7 @@ public final class ScorchingWinds extends CardImpl { // Cast Scorching Winds only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/s/Seedtime.java b/Mage.Sets/src/mage/cards/s/Seedtime.java index a6288f05533..dd90232dcf7 100644 --- a/Mage.Sets/src/mage/cards/s/Seedtime.java +++ b/Mage.Sets/src/mage/cards/s/Seedtime.java @@ -22,7 +22,7 @@ import mage.watchers.common.SpellsCastWatcher; */ public final class Seedtime extends CardImpl { - private final static String rule = "Cast {this} only during your turn."; + private final static String rule = "Cast this spell only during your turn."; private final static String rule2 = "Take an extra turn after this one if an opponent cast a blue spell this turn."; public Seedtime(UUID ownerId, CardSetInfo setInfo) { diff --git a/Mage.Sets/src/mage/cards/s/SirensCall.java b/Mage.Sets/src/mage/cards/s/SirensCall.java index b91a74210a9..f075dcc09d8 100644 --- a/Mage.Sets/src/mage/cards/s/SirensCall.java +++ b/Mage.Sets/src/mage/cards/s/SirensCall.java @@ -35,7 +35,7 @@ public final class SirensCall extends CardImpl { // Cast Siren's Call only during an opponent's turn, before attackers are declared. this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, new CompoundCondition(OnOpponentsTurnCondition.instance, BeforeAttackersAreDeclaredCondition.instance), - "Cast {this} only during an opponent's turn, before attackers are declared")); + "Cast this spell only during an opponent's turn, before attackers are declared")); // Creatures the active player controls attack this turn if able. this.getSpellAbility().addEffect(new SirensCallMustAttackEffect()); diff --git a/Mage.Sets/src/mage/cards/t/TalarasBattalion.java b/Mage.Sets/src/mage/cards/t/TalarasBattalion.java index e41c574d5cc..c7ea37d9da9 100644 --- a/Mage.Sets/src/mage/cards/t/TalarasBattalion.java +++ b/Mage.Sets/src/mage/cards/t/TalarasBattalion.java @@ -61,7 +61,7 @@ class TalarasBattalionEffect extends ContinuousRuleModifyingEffectImpl { TalarasBattalionEffect() { super(Duration.EndOfGame, Outcome.Detriment); - staticText = "Cast {this} only if you've cast another green spell this turn"; + staticText = "Cast this spell only if you've cast another green spell this turn"; } TalarasBattalionEffect(final TalarasBattalionEffect effect) { diff --git a/Mage.Sets/src/mage/cards/t/TreetopDefense.java b/Mage.Sets/src/mage/cards/t/TreetopDefense.java index 101c28fd646..1062accf3f0 100644 --- a/Mage.Sets/src/mage/cards/t/TreetopDefense.java +++ b/Mage.Sets/src/mage/cards/t/TreetopDefense.java @@ -27,7 +27,7 @@ public final class TreetopDefense extends CardImpl { // Cast Treetop Defense only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage.Sets/src/mage/cards/w/WarriorsStand.java b/Mage.Sets/src/mage/cards/w/WarriorsStand.java index 61dcb524f40..82eb872f355 100644 --- a/Mage.Sets/src/mage/cards/w/WarriorsStand.java +++ b/Mage.Sets/src/mage/cards/w/WarriorsStand.java @@ -26,7 +26,7 @@ public final class WarriorsStand extends CardImpl { // Cast Warrior's Stand only during the declare attackers step and only if you've been attacked this step. Ability ability = new CastOnlyDuringPhaseStepSourceAbility( TurnPhase.COMBAT, PhaseStep.DECLARE_ATTACKERS, AttackedThisStepCondition.instance, - "Cast {this} only during the declare attackers step and only if you've been attacked this step." + "Cast this spell only during the declare attackers step and only if you've been attacked this step." ); ability.addWatcher(new PlayerAttackedStepWatcher()); this.addAbility(ability); diff --git a/Mage/src/main/java/mage/abilities/common/CastOnlyIfConditionIsTrueEffect.java b/Mage/src/main/java/mage/abilities/common/CastOnlyIfConditionIsTrueEffect.java index 3dbe99ee57a..3c32c37aace 100644 --- a/Mage/src/main/java/mage/abilities/common/CastOnlyIfConditionIsTrueEffect.java +++ b/Mage/src/main/java/mage/abilities/common/CastOnlyIfConditionIsTrueEffect.java @@ -50,7 +50,7 @@ public class CastOnlyIfConditionIsTrueEffect extends ContinuousRuleModifyingEffe } private String setText() { - StringBuilder sb = new StringBuilder("cast {this} only "); + StringBuilder sb = new StringBuilder("cast this spell only "); if (condition != null) { sb.append(' ').append(condition.toString()); } diff --git a/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyDuringPhaseStepSourceEffect.java b/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyDuringPhaseStepSourceEffect.java index 9fa8319e43d..710b91be92a 100644 --- a/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyDuringPhaseStepSourceEffect.java +++ b/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyDuringPhaseStepSourceEffect.java @@ -59,7 +59,7 @@ public class CastOnlyDuringPhaseStepSourceEffect extends ContinuousRuleModifying } private String setText() { - StringBuilder sb = new StringBuilder("cast {this} only during "); + StringBuilder sb = new StringBuilder("cast this spell only during "); if (turnPhase != null) { sb.append(turnPhase.toString()); } diff --git a/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyIfYouHaveCastAnotherSpellEffect.java b/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyIfYouHaveCastAnotherSpellEffect.java index 12ee9f50f59..7126808c810 100644 --- a/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyIfYouHaveCastAnotherSpellEffect.java +++ b/Mage/src/main/java/mage/abilities/effects/common/ruleModifying/CastOnlyIfYouHaveCastAnotherSpellEffect.java @@ -17,7 +17,7 @@ public class CastOnlyIfYouHaveCastAnotherSpellEffect extends ContinuousRuleModif public CastOnlyIfYouHaveCastAnotherSpellEffect() { super(Duration.EndOfGame, Outcome.Detriment); - staticText = "Cast {this} only if you've cast another spell this turn"; + staticText = "Cast this spell only if you've cast another spell this turn"; } public CastOnlyIfYouHaveCastAnotherSpellEffect(final CastOnlyIfYouHaveCastAnotherSpellEffect effect) {