added cardNumber to card - updated some cards

This commit is contained in:
BetaSteward 2010-11-04 19:58:41 +00:00
parent 04f92628c2
commit 44785178bf
546 changed files with 572 additions and 466 deletions

View file

@ -39,6 +39,7 @@ public class ProdigalPyromancer extends mage.sets.tenth.ProdigalPyromancer {
public ProdigalPyromancer(UUID ownerId) {
super(ownerId);
this.cardNumber = 151;
this.expansionSetCode = "M10";
this.rarity = Rarity.UNCOMMON;
}