forked from External/mage
Added GK1 token images
This commit is contained in:
parent
5a6f42e80c
commit
74756be1bc
10 changed files with 43 additions and 7 deletions
|
|
@ -51,7 +51,8 @@ public final class SaprolingToken extends TokenImpl {
|
|||
"2XM",
|
||||
"NCC",
|
||||
"CM2",
|
||||
"PCA"
|
||||
"PCA",
|
||||
"GK1"
|
||||
));
|
||||
}
|
||||
|
||||
|
|
@ -90,5 +91,8 @@ public final class SaprolingToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("DOM")) {
|
||||
this.setTokenType(RandomUtil.nextInt(3) + 1);
|
||||
}
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("GK1")) {
|
||||
this.setTokenType(RandomUtil.nextInt(2) + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue