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

@ -48,7 +48,7 @@ public class BackToNature extends CardImpl<BackToNature> {
}
public BackToNature(UUID ownerId) {
super(ownerId, "Back to Nature", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{1}{G}");
super(ownerId, 164, "Back to Nature", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT}, "{1}{G}");
this.expansionSetCode = "M11";
this.color.setGreen(true);
this.getSpellAbility().addEffect(new DestroyAllEffect(filter));