From 75edc751f3798245b7a56a98f603d5d192e44e79 Mon Sep 17 00:00:00 2001 From: drdev Date: Sat, 23 Nov 2013 03:45:47 +0000 Subject: [PATCH] Format bestow costs --- .../src/main/java/forge/card/cardfactory/CardFactoryUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/src/main/java/forge/card/cardfactory/CardFactoryUtil.java b/forge-gui/src/main/java/forge/card/cardfactory/CardFactoryUtil.java index 7d8a6e66d92..10cbafce51e 100644 --- a/forge-gui/src/main/java/forge/card/cardfactory/CardFactoryUtil.java +++ b/forge-gui/src/main/java/forge/card/cardfactory/CardFactoryUtil.java @@ -2617,7 +2617,7 @@ public class CardFactoryUtil { sbAttach.append(" | AILogic$ Pump | Bestow$ True | ValidTgts$ Creature"); final SpellAbility bestow = AbilityFactory.getAbility(sbAttach.toString(), card); - bestow.setDescription("Bestow " + cost + " (If you cast this card for" + + bestow.setDescription("Bestow " + ManaCostParser.parse(cost) + " (If you cast this card for" + " its bestow cost, it's an Aura spell with enchant creature. It" + " becomes a creature again if it's not attached to a creature.)"); bestow.setStackDescription("Bestow - " + card.getName());