add reminder text for Flanking ability

This commit is contained in:
xenohedron 2024-11-19 23:22:35 -05:00
parent d06d594934
commit 95e986dee7

View file

@ -49,7 +49,7 @@ public class FlankingAbility extends TriggeredAbilityImpl {
@Override @Override
public String getRule() { 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 @Override