mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fix Nemesis cards
This commit is contained in:
parent
ec6cd7ef42
commit
6d224cc761
5 changed files with 5 additions and 5 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue