forked from External/mage
fix some text gen issues in common classes
This commit is contained in:
parent
c40a6787b4
commit
48cb43351b
5 changed files with 21 additions and 21 deletions
|
|
@ -671,7 +671,7 @@ public class Mana implements Comparable<Mana>, Serializable, Copyable<Mana> {
|
|||
}
|
||||
|
||||
// normal mana
|
||||
if (colorless < 20) {
|
||||
if (colorless < 6) {
|
||||
for (int i = 0; i < colorless; i++) {
|
||||
sbMana.append("{C}");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue