- Ability Cost wasn't taking changeCost into account.

This commit is contained in:
jendave
2011-08-06 08:23:47 +00:00
parent d565239f9d
commit 8f924e2ff4
3 changed files with 7 additions and 1 deletions

View File

@@ -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");