From a25f46cfab0066add76c084b1bf5bd4058d7796a Mon Sep 17 00:00:00 2001 From: Loki Date: Thu, 2 Jun 2011 23:15:06 +0300 Subject: [PATCH] fix Darkstell Juggernaut description --- .../src/mage/sets/scarsofmirrodin/DarksteelJuggernaut.java | 2 +- .../common/continious/SetPowerToughnessSourceEffect.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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