mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Format bestow costs
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user