forked from External/mage
Starter 2000 set. Set the card numbers to unique values. Has anyone the correct numbers?
This commit is contained in:
parent
1fcd26fc60
commit
44effa8103
10 changed files with 10 additions and 10 deletions
|
|
@ -37,7 +37,7 @@ public class ArmoredPegasus extends mage.sets.tempest.ArmoredPegasus {
|
|||
|
||||
public ArmoredPegasus(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 99; // TODO: FIX the number;
|
||||
this.cardNumber = 101; // TODO: FIX the number;
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class Disenchant extends mage.sets.tempest.Disenchant {
|
|||
|
||||
public Disenchant(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 99; // TODO: FIX the number;
|
||||
this.cardNumber = 102; // TODO: FIX the number;
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class Flight extends mage.sets.magic2012.Flight {
|
|||
|
||||
public Flight(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 99; // TODO: FIX the number
|
||||
this.cardNumber = 103; // TODO: FIX the number
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import java.util.UUID;
|
|||
public class Forest2 extends mage.cards.basiclands.Forest {
|
||||
|
||||
public Forest2(UUID ownerId) {
|
||||
super(ownerId, 262);
|
||||
super(ownerId, 263);
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import java.util.UUID;
|
|||
public class Island2 extends mage.cards.basiclands.Island {
|
||||
|
||||
public Island2(UUID ownerId) {
|
||||
super(ownerId, 253);
|
||||
super(ownerId, 254);
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import java.util.UUID;
|
|||
public class Mountain2 extends mage.cards.basiclands.Mountain {
|
||||
|
||||
public Mountain2(UUID ownerId) {
|
||||
super(ownerId, 102);
|
||||
super(ownerId, 103);
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import java.util.UUID;
|
|||
public class Plains2 extends mage.cards.basiclands.Plains {
|
||||
|
||||
public Plains2(UUID ownerId) {
|
||||
super(ownerId, 275);
|
||||
super(ownerId, 276);
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class Shock extends mage.sets.tenthedition.Shock {
|
|||
|
||||
public Shock(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 99; // TODO: FIX the number;
|
||||
this.cardNumber = 104; // TODO: FIX the number;
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import java.util.UUID;
|
|||
public class Swamp2 extends mage.cards.basiclands.Swamp {
|
||||
|
||||
public Swamp2(UUID ownerId) {
|
||||
super(ownerId, 135);
|
||||
super(ownerId, 136);
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class VenerableMonk extends mage.sets.tenthedition.VenerableMonk {
|
|||
|
||||
public VenerableMonk(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 99; // TODO: FIX the number;
|
||||
this.cardNumber = 105; // TODO: FIX the number;
|
||||
this.expansionSetCode = "S00";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue