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

@ -52,7 +52,7 @@ import mage.players.Player;
public class MassPolymorph extends CardImpl<MassPolymorph> {
public MassPolymorph(UUID ownerId) {
super(ownerId, "Mass Polymorph", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{5}{U}");
super(ownerId, 64, "Mass Polymorph", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{5}{U}");
this.expansionSetCode = "M11";
this.color.setBlue(true);
this.getSpellAbility().addEffect(new MassPolymorphEffect());