mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed keyword text generation for Morph.
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user