mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Added reminder text to SunburstAbility.
This commit is contained in:
parent
8362ea3b00
commit
dcf1b27dec
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class SunburstAbility extends EntersBattlefieldAbility{
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Sunburst";
|
||||
return "Sunburst <i>(This enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it.)</i>";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue