forked from External/mage
various em dash text fixes
This commit is contained in:
parent
3739325000
commit
bd652632f9
7 changed files with 8 additions and 7 deletions
|
|
@ -93,7 +93,7 @@ public class ModularAbility extends DiesTriggeredAbility {
|
|||
public String getRule() {
|
||||
StringBuilder sb = new StringBuilder("Modular");
|
||||
if (sunburst) {
|
||||
sb.append("-Sunburst <i>(This enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it. When it dies, you may put its +1/+1 counters on target artifact creature.)</i>");
|
||||
sb.append("—Sunburst <i>(This enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it. When it dies, you may put its +1/+1 counters on target artifact creature.)</i>");
|
||||
} else {
|
||||
sb.append(' ').append(amount).append(" <i>(This enters the battlefield with ")
|
||||
.append(CardUtil.numberToText(amount, "a"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue