* Storm - Added reminder text to tooltip text.

This commit is contained in:
LevelX2 2014-03-25 16:16:58 +01:00
parent e7de690081
commit 9de2736e9a

View file

@ -76,7 +76,7 @@ public class StormAbility extends TriggeredAbilityImpl<StormAbility> {
@Override
public String getRule() {
return "Storm";
return "Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)<i/>" ;
}
}