Fixed some incorrect collector numbers.

This commit is contained in:
fireshoes 2016-10-01 20:14:19 -05:00
parent 8b66eff239
commit cfcefb3877
11 changed files with 14 additions and 14 deletions

View file

@ -37,7 +37,7 @@ public class CharmbreakerDevils extends mage.sets.innistrad.CharmbreakerDevils {
public CharmbreakerDevils(UUID ownerId) {
super(ownerId);
this.cardNumber = "155";
this.cardNumber = "153";
this.expansionSetCode = "CN2";
}

View file

@ -37,7 +37,7 @@ public class HavengulVampire extends mage.sets.avacynrestored.HavengulVampire {
public HavengulVampire(UUID ownerId) {
super(ownerId);
this.cardNumber = "154";
this.cardNumber = "164";
this.expansionSetCode = "CN2";
}

View file

@ -38,7 +38,7 @@ public class InquisitionOfKozilek extends mage.sets.riseoftheeldrazi.Inquisition
public InquisitionOfKozilek(UUID ownerId) {
super(ownerId);
this.cardNumber = "146";
this.cardNumber = "140";
this.expansionSetCode = "CN2";
this.rarity = Rarity.RARE;
}

View file

@ -37,7 +37,7 @@ public class ShipwreckSinger extends mage.sets.theros.ShipwreckSinger {
public ShipwreckSinger(UUID ownerId) {
super(ownerId);
this.cardNumber = "205";
this.cardNumber = "206";
this.expansionSetCode = "CN2";
}

View file

@ -37,7 +37,7 @@ public class WildGriffin extends mage.sets.tenthedition.WildGriffin {
public WildGriffin(UUID ownerId) {
super(ownerId);
this.cardNumber = "100";
this.cardNumber = "99";
this.expansionSetCode = "CN2";
}

View file

@ -37,7 +37,7 @@ public class Tunnel extends mage.sets.revisededition.Tunnel {
public Tunnel(UUID ownerId) {
super(ownerId);
this.cardNumber = "142";
this.cardNumber = "245";
this.expansionSetCode = "4ED";
}

View file

@ -38,7 +38,7 @@ public class ArchdemonOfGreed extends mage.sets.darkascension.ArchdemonOfGreed {
public ArchdemonOfGreed(UUID ownerId) {
super(ownerId);
this.cardNumber = "52";
this.cardNumber = "52b";
this.expansionSetCode = "PTC";
this.rarity = Rarity.SPECIAL;
}

View file

@ -38,7 +38,7 @@ public class RavenousDemon extends mage.sets.darkascension.RavenousDemon {
public RavenousDemon(UUID ownerId) {
super(ownerId);
this.cardNumber = "52";
this.cardNumber = "52a";
this.expansionSetCode = "PTC";
this.rarity = Rarity.SPECIAL;
}

View file

@ -37,7 +37,7 @@ public class Lance extends mage.sets.limitedalpha.Lance {
public Lance(UUID ownerId) {
super(ownerId);
this.cardNumber = "187";
this.cardNumber = "211";
this.expansionSetCode = "3ED";
}

View file

@ -37,7 +37,7 @@ public class Lance extends mage.sets.limitedalpha.Lance {
public Lance(UUID ownerId) {
super(ownerId);
this.cardNumber = "187";
this.cardNumber = "212";
this.expansionSetCode = "2ED";
}