mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
updated Modular text
This commit is contained in:
parent
2c49a72fa7
commit
1621704b12
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class ModularAbility extends DiesTriggeredAbility {
|
||||||
if (sunburst) {
|
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 {
|
} 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(CardUtil.numberToText(amount, "a"))
|
||||||
.append(" +1/+1 counter").append(amount != 1 ? "s" : "")
|
.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>");
|
.append(" on it. When it dies, you may put its +1/+1 counters on target artifact creature.)</i>");
|
||||||
|
|
Loading…
Reference in a new issue