- Added Locket of Yesterdays and Mana Skimmer

This commit is contained in:
swordshine
2013-05-11 01:03:06 +00:00
parent ba644b69fc
commit 5d157fafbf
4 changed files with 24 additions and 0 deletions

View File

@@ -237,6 +237,8 @@ public class StaticAbilityCostChange {
int value = 0;
if ("X".equals(amount)) {
value = CardFactoryUtil.xCount(hostCard, hostCard.getSVar("X"));
} else if ("AffectedX".equals(amount)) {
value = CardFactoryUtil.xCount(card, hostCard.getSVar("AffectedX"));
} else {
value = Integer.valueOf(amount);
}