fix Nemesis cards

This commit is contained in:
Loki 2012-08-04 11:01:29 +12:00
parent ec6cd7ef42
commit 6d224cc761
5 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ public class AscendantEvincar extends mage.sets.planechase.AscendantEvincar {
public AscendantEvincar(UUID ownerId) {
super(ownerId);
this.cardNumber = 51;
this.expansionSetCode = "NEM";
this.expansionSetCode = "NMS";
}
public AscendantEvincar(final AscendantEvincar card) {

View file

@ -38,7 +38,7 @@ public class Rhox extends mage.sets.tenth.Rhox {
public Rhox(UUID ownerId) {
super(ownerId);
this.cardNumber = 112;
this.expansionSetCode = "NEM";
this.expansionSetCode = "NMS";
}
public Rhox(final Rhox card) {

View file

@ -38,7 +38,7 @@ public class RootwaterCommando extends mage.sets.tenth.RootwaterCommando {
public RootwaterCommando(UUID ownerId) {
super(ownerId);
this.cardNumber = 39;
this.expansionSetCode = "NEM";
this.expansionSetCode = "NMS";
}
public RootwaterCommando(final RootwaterCommando card) {

View file

@ -38,7 +38,7 @@ public class SealOfDoom extends mage.sets.dissension.SealOfDoom {
public SealOfDoom(UUID ownerId) {
super(ownerId);
this.cardNumber = 70;
this.expansionSetCode = "NEM";
this.expansionSetCode = "NMS";
}
public SealOfDoom(final SealOfDoom card) {

View file

@ -38,7 +38,7 @@ public class SpinelessThug extends mage.sets.tenth.SpinelessThug {
public SpinelessThug(UUID ownerId) {
super(ownerId);
this.cardNumber = 71;
this.expansionSetCode = "NEM";
this.expansionSetCode = "NMS";
}
public SpinelessThug(final SpinelessThug card) {