mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Ability Cost wasn't taking changeCost into account.
This commit is contained in:
@@ -10769,7 +10769,7 @@ public class CardFactory implements NewConstants {
|
||||
card.addComesIntoPlayCommand(CardFactoryUtil.fading(card, power));
|
||||
card.addSpellAbility(CardFactoryUtil.fading_desc(card, power));
|
||||
}
|
||||
}//Vanishing
|
||||
}//Fading
|
||||
|
||||
if(hasKeyword(card, "Vanishing") != -1) {
|
||||
int n = hasKeyword(card, "Vanishing");
|
||||
|
||||
Reference in New Issue
Block a user