diff --git a/Mage.Sets/src/mage/cards/a/AccursedWitch.java b/Mage.Sets/src/mage/cards/a/AccursedWitch.java index bcde8821e6..aba9e8a30e 100644 --- a/Mage.Sets/src/mage/cards/a/AccursedWitch.java +++ b/Mage.Sets/src/mage/cards/a/AccursedWitch.java @@ -98,7 +98,7 @@ class AccursedWitchSpellsCostReductionEffect extends CostModificationEffectImpl AccursedWitchSpellsCostReductionEffect() { super(Duration.WhileOnBattlefield, Outcome.Detriment, CostModificationType.REDUCE_COST); - this.staticText = "Spells your opponents cast that target {this} cost {1} less to cast."; + this.staticText = "Spells your opponents cast that target {this} cost {1} less to cast"; } private AccursedWitchSpellsCostReductionEffect(AccursedWitchSpellsCostReductionEffect effect) { diff --git a/Mage.Sets/src/mage/cards/a/AetherStorm.java b/Mage.Sets/src/mage/cards/a/AetherStorm.java index a2298fa7be..3bc436ae30 100644 --- a/Mage.Sets/src/mage/cards/a/AetherStorm.java +++ b/Mage.Sets/src/mage/cards/a/AetherStorm.java @@ -50,7 +50,7 @@ class AetherStormReplacementEffect extends ContinuousRuleModifyingEffectImpl { public AetherStormReplacementEffect() { super(Duration.WhileOnBattlefield, Outcome.Detriment); - staticText = "Creature spells can't be cast."; + staticText = "Creature spells can't be cast"; } private AetherStormReplacementEffect(final AetherStormReplacementEffect effect) { diff --git a/Mage.Sets/src/mage/cards/c/CloudKey.java b/Mage.Sets/src/mage/cards/c/CloudKey.java index 5a9bd8158e..78d18090cf 100644 --- a/Mage.Sets/src/mage/cards/c/CloudKey.java +++ b/Mage.Sets/src/mage/cards/c/CloudKey.java @@ -98,7 +98,7 @@ class CloudKeyCostModificationEffect extends CostModificationEffectImpl { public CloudKeyCostModificationEffect() { super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.REDUCE_COST); - this.staticText = "Spells you cast of the chosen type cost {1} less to cast."; + this.staticText = "Spells you cast of the chosen type cost {1} less to cast"; } public CloudKeyCostModificationEffect(final CloudKeyCostModificationEffect effect) { diff --git a/Mage.Sets/src/mage/cards/g/GaddockTeeg.java b/Mage.Sets/src/mage/cards/g/GaddockTeeg.java index a18c4d4bd6..bc8b26b2fc 100644 --- a/Mage.Sets/src/mage/cards/g/GaddockTeeg.java +++ b/Mage.Sets/src/mage/cards/g/GaddockTeeg.java @@ -48,7 +48,7 @@ class GaddockTeegReplacementEffect4 extends ContinuousRuleModifyingEffectImpl { public GaddockTeegReplacementEffect4() { super(Duration.WhileOnBattlefield, Outcome.Detriment); - staticText = "Noncreature spells with converted mana cost 4 or greater can't be cast. Noncreature spells with {X} in their mana costs can't be cast."; + staticText = "Noncreature spells with converted mana cost 4 or greater can't be cast. Noncreature spells with {X} in their mana costs can't be cast"; } public GaddockTeegReplacementEffect4(final GaddockTeegReplacementEffect4 effect) { @@ -85,7 +85,7 @@ class GaddockTeegReplacementEffectX extends ContinuousRuleModifyingEffectImpl { public GaddockTeegReplacementEffectX() { super(Duration.WhileOnBattlefield, Outcome.Detriment); - staticText = "Noncreature spells with {X} in their mana costs can't be cast."; + staticText = "Noncreature spells with {X} in their mana costs can't be cast"; } public GaddockTeegReplacementEffectX(final GaddockTeegReplacementEffectX effect) { diff --git a/Mage.Sets/src/mage/cards/i/InfectiousCurse.java b/Mage.Sets/src/mage/cards/i/InfectiousCurse.java index 555dc866bd..ab6ebe36e5 100644 --- a/Mage.Sets/src/mage/cards/i/InfectiousCurse.java +++ b/Mage.Sets/src/mage/cards/i/InfectiousCurse.java @@ -106,7 +106,7 @@ class InfectiousCurseCostReductionEffect extends CostModificationEffectImpl { public InfectiousCurseCostReductionEffect() { super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.REDUCE_COST); - this.staticText = "Spells you cast that target enchanted player cost {1} less to cast."; + this.staticText = "Spells you cast that target enchanted player cost {1} less to cast"; } protected InfectiousCurseCostReductionEffect(InfectiousCurseCostReductionEffect effect) { diff --git a/Mage.Sets/src/mage/cards/m/MeddlingMage.java b/Mage.Sets/src/mage/cards/m/MeddlingMage.java index 14fc5d8f0d..cd912639bc 100644 --- a/Mage.Sets/src/mage/cards/m/MeddlingMage.java +++ b/Mage.Sets/src/mage/cards/m/MeddlingMage.java @@ -51,7 +51,7 @@ class MeddlingMageReplacementEffect extends ContinuousRuleModifyingEffectImpl { public MeddlingMageReplacementEffect() { super(Duration.WhileOnBattlefield, Outcome.Detriment); - staticText = "Spells with the chosen name can't be cast."; + staticText = "Spells with the chosen name can't be cast"; } public MeddlingMageReplacementEffect(final MeddlingMageReplacementEffect effect) { diff --git a/Mage.Sets/src/mage/cards/s/SenatorLottDod.java b/Mage.Sets/src/mage/cards/s/SenatorLottDod.java index 2c6f13cddc..e771d963c3 100644 --- a/Mage.Sets/src/mage/cards/s/SenatorLottDod.java +++ b/Mage.Sets/src/mage/cards/s/SenatorLottDod.java @@ -53,7 +53,7 @@ class SenatorLottDodSpellsTargetingCreatureCostReductionEffect extends CostModif public SenatorLottDodSpellsTargetingCreatureCostReductionEffect() { super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.INCREASE_COST); - this.staticText = "Spell your opponents cast that target a creature you control cost {1} more to cast."; + this.staticText = "Spell your opponents cast that target a creature you control cost {1} more to cast"; } protected SenatorLottDodSpellsTargetingCreatureCostReductionEffect(SenatorLottDodSpellsTargetingCreatureCostReductionEffect effect) { @@ -96,7 +96,7 @@ class SenatorLottDodSpellsTargetingYouCostReductionEffect extends CostModificati public SenatorLottDodSpellsTargetingYouCostReductionEffect() { super(Duration.WhileOnBattlefield, Outcome.Benefit, CostModificationType.INCREASE_COST); - this.staticText = "Spells your opponents cast that target you cost {2} more to cast."; + this.staticText = "Spells your opponents cast that target you cost {2} more to cast"; } protected SenatorLottDodSpellsTargetingYouCostReductionEffect(SenatorLottDodSpellsTargetingYouCostReductionEffect effect) { diff --git a/Mage.Sets/src/mage/cards/w/WillKenrith.java b/Mage.Sets/src/mage/cards/w/WillKenrith.java index 8af6ce1385..e50d290473 100644 --- a/Mage.Sets/src/mage/cards/w/WillKenrith.java +++ b/Mage.Sets/src/mage/cards/w/WillKenrith.java @@ -89,7 +89,7 @@ class WillKenrithCostReductionEffect extends OneShotEffect { WillKenrithCostReductionEffect() { super(Outcome.Benefit); - this.staticText = "Until your next turn, instant, sorcery, and planeswalker spells that player casts cost {2} less to cast."; + this.staticText = "Until your next turn, instant, sorcery, and planeswalker spells that player casts cost {2} less to cast"; } WillKenrithCostReductionEffect(final WillKenrithCostReductionEffect effect) { diff --git a/Mage/src/main/java/mage/game/command/planes/FeedingGroundsPlane.java b/Mage/src/main/java/mage/game/command/planes/FeedingGroundsPlane.java index f0546f714f..c81020ed7b 100644 --- a/Mage/src/main/java/mage/game/command/planes/FeedingGroundsPlane.java +++ b/Mage/src/main/java/mage/game/command/planes/FeedingGroundsPlane.java @@ -74,7 +74,7 @@ class FeedingGroundsEffect extends CostModificationEffectImpl { new ColorPredicate(ObjectColor.GREEN))); } - private static final String rule = "Red spells cost {1} less to cast. Green spells cost {1} less to cast."; + private static final String rule = "Red spells cost {1} less to cast. Green spells cost {1} less to cast"; private int amount = 1; public FeedingGroundsEffect() {