Added reminder text to Battele Cry ability.

This commit is contained in:
LevelX2 2013-04-18 16:01:45 +02:00
parent 474d6a29fd
commit 9d4d42d184

View file

@ -16,7 +16,7 @@ public class BattleCryAbility extends AttacksTriggeredAbility {
@Override
public String getRule() {
return "Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)";
return "Battle cry <i>(Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)</i>";
}
@Override