mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
changed set code
This commit is contained in:
parent
cec6a73971
commit
96481ca9ee
6 changed files with 6 additions and 6 deletions
|
@ -14,6 +14,6 @@ public class Guru extends ExpansionSet {
|
|||
|
||||
private Guru() {
|
||||
//TODO find correct release date, wiki don't known anything about this expansion
|
||||
super("Guru", "GURU", "", "mage.sets.guru", new GregorianCalendar(2000, 1, 1).getTime(), Constants.SetType.REPRINT);
|
||||
super("Guru", "GUR", "", "mage.sets.guru", new GregorianCalendar(2000, 1, 1).getTime(), Constants.SetType.REPRINT);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ public class Forest extends mage.cards.basiclands.Forest {
|
|||
|
||||
public Forest(UUID ownerId) {
|
||||
super(ownerId, 1);
|
||||
this.expansionSetCode = "GURU";
|
||||
this.expansionSetCode = "GUR";
|
||||
}
|
||||
|
||||
public Forest(final Forest card) {
|
||||
|
|
|
@ -38,7 +38,7 @@ public class Island extends mage.cards.basiclands.Island {
|
|||
|
||||
public Island(UUID ownerId) {
|
||||
super(ownerId, 2);
|
||||
this.expansionSetCode = "GURU";
|
||||
this.expansionSetCode = "GUR";
|
||||
}
|
||||
|
||||
public Island(final Island card) {
|
||||
|
|
|
@ -38,7 +38,7 @@ public class Mountain extends mage.cards.basiclands.Mountain {
|
|||
|
||||
public Mountain(UUID ownerId) {
|
||||
super(ownerId, 3);
|
||||
this.expansionSetCode = "GURU";
|
||||
this.expansionSetCode = "GUR";
|
||||
}
|
||||
|
||||
public Mountain(final Mountain card) {
|
||||
|
|
|
@ -38,7 +38,7 @@ public class Plains extends mage.cards.basiclands.Plains {
|
|||
|
||||
public Plains(UUID ownerId) {
|
||||
super(ownerId, 4);
|
||||
this.expansionSetCode = "GURU";
|
||||
this.expansionSetCode = "GUR";
|
||||
}
|
||||
|
||||
public Plains(final Plains card) {
|
||||
|
|
|
@ -38,7 +38,7 @@ public class Swamp extends mage.cards.basiclands.Swamp {
|
|||
|
||||
public Swamp(UUID ownerId) {
|
||||
super(ownerId, 5);
|
||||
this.expansionSetCode = "GURU";
|
||||
this.expansionSetCode = "GUR";
|
||||
}
|
||||
|
||||
public Swamp(final Swamp card) {
|
||||
|
|
Loading…
Reference in a new issue