Fixed basic lands in NPH.

This commit is contained in:
magenoxx 2011-05-29 20:13:50 +04:00
parent f6d7080e0c
commit b267469fde
8 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Island1 extends mage.cards.basiclands.Forest {
public class Island1 extends mage.cards.basiclands.Island {
public Island1(UUID ownerId) {
super(ownerId, 168);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Island2 extends mage.cards.basiclands.Forest {
public class Island2 extends mage.cards.basiclands.Island {
public Island2(UUID ownerId) {
super(ownerId, 169);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Mountain1 extends mage.cards.basiclands.Forest {
public class Mountain1 extends mage.cards.basiclands.Mountain {
public Mountain1(UUID ownerId) {
super(ownerId, 172);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Mountain2 extends mage.cards.basiclands.Forest {
public class Mountain2 extends mage.cards.basiclands.Mountain {
public Mountain2(UUID ownerId) {
super(ownerId, 173);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Plains1 extends mage.cards.basiclands.Forest {
public class Plains1 extends mage.cards.basiclands.Plains {
public Plains1(UUID ownerId) {
super(ownerId, 166);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Plains2 extends mage.cards.basiclands.Forest {
public class Plains2 extends mage.cards.basiclands.Plains {
public Plains2(UUID ownerId) {
super(ownerId, 167);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Swamp1 extends mage.cards.basiclands.Forest {
public class Swamp1 extends mage.cards.basiclands.Swamp {
public Swamp1(UUID ownerId) {
super(ownerId, 170);

View file

@ -33,7 +33,7 @@ import java.util.UUID;
*
* @author North
*/
public class Swamp2 extends mage.cards.basiclands.Forest {
public class Swamp2 extends mage.cards.basiclands.Swamp {
public Swamp2(UUID ownerId) {
super(ownerId, 171);