mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Storm - Added reminder text to tooltip text.
This commit is contained in:
parent
e7de690081
commit
9de2736e9a
1 changed files with 1 additions and 1 deletions
|
@ -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/>" ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue