- Fixing Evoke not displaying Cost in the CardDetailPanel

This commit is contained in:
Sol
2013-04-23 03:00:27 +00:00
parent 2da129ae42
commit e79e1d74da

View File

@@ -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.)");