diff --git a/Mage.Sets/src/mage/sets/scarsofmirrodin/DarksteelJuggernaut.java b/Mage.Sets/src/mage/sets/scarsofmirrodin/DarksteelJuggernaut.java index f5531a3fa6c..2e44118126c 100644 --- a/Mage.Sets/src/mage/sets/scarsofmirrodin/DarksteelJuggernaut.java +++ b/Mage.Sets/src/mage/sets/scarsofmirrodin/DarksteelJuggernaut.java @@ -54,7 +54,7 @@ public class DarksteelJuggernaut extends CardImpl { this.power = new MageInt(0); this.toughness = new MageInt(0); SetPowerToughnessSourceEffect effect = new SetPowerToughnessSourceEffect(new ControlledArtifactsOnBattlefieldCount(), new ControlledArtifactsOnBattlefieldCount(), Constants.Duration.EndOfGame); - effect.setStaticText("Darksteel Juggernaut's power and toughness are each equal to the number of artifacts you control."); + effect.setStaticText("Darksteel Juggernaut's power and toughness are each equal to the number of artifacts you control"); this.addAbility(new SimpleStaticAbility(Constants.Zone.ALL, effect)); this.addAbility(IndestructibleAbility.getInstance()); this.addAbility(new AttacksEachTurnStaticAbility()); diff --git a/Mage/src/mage/abilities/effects/common/continious/SetPowerToughnessSourceEffect.java b/Mage/src/mage/abilities/effects/common/continious/SetPowerToughnessSourceEffect.java index 86c2b9158fe..869279ecb90 100644 --- a/Mage/src/mage/abilities/effects/common/continious/SetPowerToughnessSourceEffect.java +++ b/Mage/src/mage/abilities/effects/common/continious/SetPowerToughnessSourceEffect.java @@ -81,7 +81,7 @@ public class SetPowerToughnessSourceEffect extends ContinuousEffectImpl