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

@ -41,8 +41,8 @@ import mage.target.TargetPlayer;
*/
public class MindRot extends CardImpl<MindRot> {
public MindRot(UUID onwerId){
super(onwerId, "Mind Rot", Rarity.COMMON, new CardType[]{CardType.SORCERY},"{2}{B}");
public MindRot(UUID ownerId){
super(ownerId, 159, "Mind Rot", Rarity.COMMON, new CardType[]{CardType.SORCERY},"{2}{B}");
this.expansionSetCode = "10E";
this.color.setBlack(true);
this.getSpellAbility().addTarget(new TargetPlayer());