mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
add reminder text for Flanking ability
This commit is contained in:
parent
d06d594934
commit
95e986dee7
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class FlankingAbility extends TriggeredAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "flanking";
|
||||
return "flanking <i>(Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue