diff --git a/Mage/src/mage/abilities/keyword/StormAbility.java b/Mage/src/mage/abilities/keyword/StormAbility.java index 700b1128705..1710d73bfe2 100644 --- a/Mage/src/mage/abilities/keyword/StormAbility.java +++ b/Mage/src/mage/abilities/keyword/StormAbility.java @@ -76,7 +76,7 @@ public class StormAbility extends TriggeredAbilityImpl { @Override public String getRule() { - return "Storm"; + return "Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)" ; } }