mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Locket of Yesterdays and Mana Skimmer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user