updated rest of cards with cardNumber

This commit is contained in:
BetaSteward 2010-11-05 01:49:14 +00:00
parent 094f37200c
commit 7f98285193
106 changed files with 437 additions and 115 deletions

View file

@ -54,7 +54,7 @@ import mage.target.common.TargetCreaturePermanent;
public class HolyStrength extends CardImpl<HolyStrength> {
public HolyStrength(UUID ownerId) {
super(ownerId, 0, "Holy Strength", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{W}");
super(ownerId, 22, "Holy Strength", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT}, "{W}");
this.expansionSetCode = "10E";
this.color.setWhite(true);
this.subtype.add("Aura");