mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix wrong cardName in Stack for Moonglove Extract
This commit is contained in:
@@ -14393,7 +14393,7 @@ public class CardFactory implements NewConstants {
|
||||
};//SpellAbility
|
||||
|
||||
card.addSpellAbility(ability);
|
||||
ability.setDescription("Sacrifice " + cardName + ": Seal of Fire deals 2 damage to target creature or player.");
|
||||
ability.setDescription("Sacrifice " + cardName + ": "+cardName+" deals 2 damage to target creature or player.");
|
||||
ability.setBeforePayMana(CardFactoryUtil.input_targetCreaturePlayer(ability, new Command() {
|
||||
private static final long serialVersionUID = 4180346673509230280L;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user