mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
Fixed some incorrect collector numbers.
This commit is contained in:
parent
8b66eff239
commit
cfcefb3877
11 changed files with 14 additions and 14 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue