mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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("—");
|
||||
}
|
||||
if (mCost.isOnlyManaCost()) {
|
||||
sb.append(" ");
|
||||
sbLong.append(" ");
|
||||
}
|
||||
sbLong.append(mCost.toString()).delete(sbLong.length() - 2, sbLong.length());
|
||||
if (!mCost.isOnlyManaCost()) {
|
||||
|
||||
Reference in New Issue
Block a user