- Changed SubCounter to be consistent with other abCosts

- Changed Discard to be consistent with other abCosts
- Discard second parameter is now:  Hand, Random, Any, or a <ValidType>
- Added Skyshroud Vampire
This commit is contained in:
jendave
2011-08-06 07:20:11 +00:00
parent 5a6a00293f
commit 70d888282a
10 changed files with 41 additions and 31 deletions

View File

@@ -4753,7 +4753,7 @@ public class CardFactory implements NewConstants {
String parse = card.getKeyword().get(spike).toString();
card.removeIntrinsicKeyword(parse);
final Ability_Cost cost = new Ability_Cost("2 SubCounter<P1P1/1>", card.getName(), true);
final Ability_Cost cost = new Ability_Cost("2 SubCounter<1/P1P1>", card.getName(), true);
final Target tgt = new Target("TgtC");
final int m = Integer.parseInt(parse.substring(6));