forked from External/mage
Added EMA token images
This commit is contained in:
parent
0ce189fe2e
commit
0cac2f6d21
6 changed files with 34 additions and 6 deletions
|
|
@ -46,6 +46,10 @@ public final class RedElementalToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("UMA")) {
|
||||
setTokenType(RandomUtil.nextInt(2) + 2); // 2..3
|
||||
}
|
||||
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("EMA")) {
|
||||
setTokenType(1);
|
||||
}
|
||||
}
|
||||
|
||||
public RedElementalToken(final RedElementalToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue