Fixed wrong collector's numbers on artifacts of Classic Sixth Edition.

This commit is contained in:
LevelX2 2012-11-14 16:01:12 +01:00
parent 6a41bb53cc
commit cedddf4412
10 changed files with 10 additions and 10 deletions

View file

@ -37,7 +37,7 @@ public class HowlingMine extends mage.sets.magic2010.HowlingMine {
public HowlingMine(UUID ownerId) {
super(ownerId);
this.cardNumber = 289;
this.cardNumber = 290;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class JayemdaeTome extends mage.sets.tenth.JayemdaeTome {
public JayemdaeTome(UUID ownerId) {
super(ownerId);
this.cardNumber = 294;
this.cardNumber = 295;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class Millstone extends mage.sets.fifthedition.Millstone {
public Millstone(UUID ownerId) {
super(ownerId);
this.cardNumber = 299;
this.cardNumber = 300;
this.expansionSetCode = "6ED";
}

View file

@ -40,7 +40,7 @@ import mage.cards.CardImpl;
public class ObsianusGolem extends CardImpl<ObsianusGolem> {
public ObsianusGolem(UUID ownerId) {
super(ownerId, 302, "Obsianus Golem", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{6}");
super(ownerId, 303, "Obsianus Golem", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{6}");
this.expansionSetCode = "6ED";
this.subtype.add("Golem");

View file

@ -37,7 +37,7 @@ public class Ornithopter extends mage.sets.tenth.Ornithopter {
public Ornithopter(UUID ownerId) {
super(ownerId);
this.cardNumber = 303;
this.cardNumber = 304;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class PhyrexianVault extends mage.sets.tenth.PhyrexianVault {
public PhyrexianVault(UUID ownerId) {
super(ownerId);
this.cardNumber = 306;
this.cardNumber = 307;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class PrimalClay extends mage.sets.fifthedition.PrimalClay {
public PrimalClay(UUID ownerId) {
super(ownerId);
this.cardNumber = 307;
this.cardNumber = 308;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class RodOfRuin extends mage.sets.tenth.RodOfRuin {
public RodOfRuin(UUID ownerId) {
super(ownerId);
this.cardNumber = 308;
this.cardNumber = 309;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class TeferisPuzzleBox extends mage.sets.ninthedition.TeferisPuzzleBox {
public TeferisPuzzleBox(UUID ownerId) {
super(ownerId);
this.cardNumber = 314;
this.cardNumber = 315;
this.expansionSetCode = "6ED";
}

View file

@ -37,7 +37,7 @@ public class TheHive extends mage.sets.tenth.TheHive {
public TheHive(UUID ownerId) {
super(ownerId);
this.cardNumber = 315;
this.cardNumber = 289;
this.expansionSetCode = "6ED";
}