mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fixed Seize the Soul and friends.
This commit is contained in:
@@ -2840,10 +2840,10 @@ public class CardFactoryUtil {
|
||||
card.addTrigger(haunterDies);
|
||||
} else {
|
||||
final String abString = card.getSVar(hauntSVarName).replace("AB$", "SP$")
|
||||
.replace("Cost$ 0", "Cost$ " + card.getManaCost())
|
||||
+ " | SpellDescription$ " + abilityDescription;
|
||||
|
||||
final SpellAbility sa = AbilityFactory.getAbility(abString, card);
|
||||
sa.setPayCosts(new Cost(card.getManaCost(), false));
|
||||
card.addSpellAbility(sa);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user