followup text fixes

This commit is contained in:
xenohedron 2024-09-02 20:17:36 -04:00
parent 48cb43351b
commit a9250ff28a
24 changed files with 52 additions and 43 deletions

View file

@ -676,7 +676,7 @@ public class Mana implements Comparable<Mana>, Serializable, Copyable<Mana> {
sbMana.append("{C}");
}
} else {
sbMana.append(colorless).append("{C}");
sbMana.append(CardUtil.numberToText(colorless)).append(" {C}");
}
String colorsInOrder = getColorsInOrder();