updated Modular text

This commit is contained in:
Evan Kranzler 2019-07-08 16:51:03 -04:00
parent 2c49a72fa7
commit 1621704b12

View file

@ -95,7 +95,7 @@ public class ModularAbility extends DiesTriggeredAbility {
if (sunburst) {
sb.append("&mdash;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 ")
sb.append(' ').append(amount).append(" <i>(This creature enters the battlefield with ")
.append(CardUtil.numberToText(amount, "a"))
.append(" +1/+1 counter").append(amount != 1 ? "s" : "")
.append(" on it. When it dies, you may put its +1/+1 counters on target artifact creature.)</i>");