mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
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…
Reference in a new issue