mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed wrong card numbe rof Feast of Worms.
This commit is contained in:
parent
cb414a3fb7
commit
c3412211d3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import mage.target.common.TargetLandPermanent;
|
|||
public class FeastOfWorms extends CardImpl<FeastOfWorms> {
|
||||
|
||||
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.subtype.add("Arcane");
|
||||
this.color.setGreen(true);
|
||||
|
|
Loading…
Reference in a new issue