forked from External/mage
added cardNumber to card - updated some cards
This commit is contained in:
parent
04f92628c2
commit
44785178bf
546 changed files with 572 additions and 466 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue