* Starter 1999 - Fixed mismatched land collector numbers.

This commit is contained in:
LevelX2 2014-09-25 22:25:44 +02:00
parent cc4f90f867
commit 7e9accb0fd
16 changed files with 16 additions and 16 deletions

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Forest1 extends mage.cards.basiclands.Forest {
public Forest1(UUID ownerId) {
super(ownerId, 154);
super(ownerId, 170);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Forest2 extends mage.cards.basiclands.Forest {
public Forest2(UUID ownerId) {
super(ownerId, 155);
super(ownerId, 171);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Forest3 extends mage.cards.basiclands.Forest {
public Forest3(UUID ownerId) {
super(ownerId, 156);
super(ownerId, 172);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Forest4 extends mage.cards.basiclands.Forest {
public Forest4(UUID ownerId) {
super(ownerId, 157);
super(ownerId, 173);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Mountain1 extends mage.cards.basiclands.Mountain {
public Mountain1(UUID ownerId) {
super(ownerId, 162);
super(ownerId, 166);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Mountain2 extends mage.cards.basiclands.Mountain {
public Mountain2(UUID ownerId) {
super(ownerId, 163);
super(ownerId, 167);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Mountain3 extends mage.cards.basiclands.Mountain {
public Mountain3(UUID ownerId) {
super(ownerId, 164);
super(ownerId, 168);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Mountain4 extends mage.cards.basiclands.Mountain {
public Mountain4(UUID ownerId) {
super(ownerId, 165);
super(ownerId, 169);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Plains1 extends mage.cards.basiclands.Plains {
public Plains1(UUID ownerId) {
super(ownerId, 166);
super(ownerId, 154);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Plains2 extends mage.cards.basiclands.Plains {
public Plains2(UUID ownerId) {
super(ownerId, 167);
super(ownerId, 155);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Plains3 extends mage.cards.basiclands.Plains {
public Plains3(UUID ownerId) {
super(ownerId, 168);
super(ownerId, 156);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Plains4 extends mage.cards.basiclands.Plains {
public Plains4(UUID ownerId) {
super(ownerId, 169);
super(ownerId, 157);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Swamp1 extends mage.cards.basiclands.Swamp {
public Swamp1(UUID ownerId) {
super(ownerId, 170);
super(ownerId, 162);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Swamp2 extends mage.cards.basiclands.Swamp {
public Swamp2(UUID ownerId) {
super(ownerId, 171);
super(ownerId, 163);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Swamp3 extends mage.cards.basiclands.Swamp {
public Swamp3(UUID ownerId) {
super(ownerId, 172);
super(ownerId, 164);
this.expansionSetCode = "S99";
}

View file

@ -36,7 +36,7 @@ import java.util.UUID;
public class Swamp4 extends mage.cards.basiclands.Swamp {
public Swamp4(UUID ownerId) {
super(ownerId, 173);
super(ownerId, 165);
this.expansionSetCode = "S99";
}