Fixed wrong card numbe rof Feast of Worms.

This commit is contained in:
LevelX2 2013-01-08 00:14:57 +01:00
parent cb414a3fb7
commit c3412211d3

View file

@ -53,7 +53,7 @@ import mage.target.common.TargetLandPermanent;
public class FeastOfWorms extends CardImpl<FeastOfWorms> { public class FeastOfWorms extends CardImpl<FeastOfWorms> {
public FeastOfWorms (UUID ownerId) { public FeastOfWorms (UUID ownerId) {
super(ownerId, 216, "Feast of Worms", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{3}{G}{G}"); super(ownerId, 207, "Feast of Worms", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{3}{G}{G}");
this.expansionSetCode = "CHK"; this.expansionSetCode = "CHK";
this.subtype.add("Arcane"); this.subtype.add("Arcane");
this.color.setGreen(true); this.color.setGreen(true);