mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Some changes for token download.
This commit is contained in:
parent
c7e64ac9fe
commit
fe80d292ab
4 changed files with 79 additions and 34 deletions
|
|
@ -62,6 +62,9 @@ public class ZombieToken extends Token {
|
|||
if (getOriginalExpansionSetCode().equals("ISD")) {
|
||||
this.setTokenType(new Random().nextInt(3) + 1);
|
||||
}
|
||||
if (getOriginalExpansionSetCode().equals("C14")) {
|
||||
this.setTokenType(2);
|
||||
}
|
||||
}
|
||||
|
||||
public ZombieToken(final ZombieToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue