mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08: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…
Add table
Add a link
Reference in a new issue