- Fixed keyword text generation for Morph.

This commit is contained in:
Agetian
2017-10-07 19:40:47 +00:00
parent 1cbf075036
commit 990345cda0

View File

@@ -1447,7 +1447,7 @@ public class Card extends GameEntity implements Comparable<Card> {
sbLong.append(""); sbLong.append("");
} }
if (mCost.isOnlyManaCost()) { if (mCost.isOnlyManaCost()) {
sb.append(" "); sbLong.append(" ");
} }
sbLong.append(mCost.toString()).delete(sbLong.length() - 2, sbLong.length()); sbLong.append(mCost.toString()).delete(sbLong.length() - 2, sbLong.length());
if (!mCost.isOnlyManaCost()) { if (!mCost.isOnlyManaCost()) {