Added reminder text to SunburstAbility.

This commit is contained in:
LevelX2 2013-06-17 08:12:45 +02:00
parent 8362ea3b00
commit dcf1b27dec

View file

@ -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>";
}