forked from External/mage
Added reminder text to Battele Cry ability.
This commit is contained in:
parent
474d6a29fd
commit
9d4d42d184
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue