mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixing Evoke not displaying Cost in the CardDetailPanel
This commit is contained in:
@@ -2891,7 +2891,7 @@ public class CardFactoryUtil {
|
||||
};
|
||||
card.removeIntrinsicKeyword(evokeKeyword);
|
||||
final StringBuilder desc = new StringBuilder();
|
||||
desc.append("Evoke ").append(evokedCost);
|
||||
desc.append("Evoke ").append(evokedCost.toSimpleString());
|
||||
desc.append(" (You may cast this spell for its evoke cost. ");
|
||||
desc.append("If you do, when it enters the battlefield, sacrifice it.)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user