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

@ -45,7 +45,7 @@ import mage.cards.CardImpl;
public class ReassemblingSkeleton extends CardImpl<ReassemblingSkeleton> {
public ReassemblingSkeleton(UUID ownerId) {
super(ownerId, "Reassembling Skeleton", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W}{W}");
super(ownerId, 112, "Reassembling Skeleton", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W}{W}");
this.expansionSetCode = "M11";
this.subtype.add("Human");
this.subtype.add("Knight");