fixed ability word text formatting

This commit is contained in:
Evan Kranzler 2018-05-05 14:05:04 -04:00
parent 24829c83a4
commit 7edcec0dc1
173 changed files with 231 additions and 231 deletions

View file

@ -79,6 +79,6 @@ public class ConstellationAbility extends TriggeredAbilityImpl {
@Override
public String getRule() {
return new StringBuilder("<i>Constellation</i> - Whenever {this} or another enchantment enters the battlefield under your control, ").append(super.getRule()).toString();
return new StringBuilder("<i>Constellation</i> &mdash; Whenever {this} or another enchantment enters the battlefield under your control, ").append(super.getRule()).toString();
}
}