mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fix zombie tokens from MIC not displaying with images
This commit is contained in:
parent
2631250bc0
commit
2c15ac39fc
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ public final class ZombieToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode().equals("C19")) {
|
||||
this.setTokenType(RandomUtil.nextInt(2) + 1);
|
||||
}
|
||||
if (getOriginalExpansionSetCode().equals("MIC")) {
|
||||
this.setTokenType(1);
|
||||
}
|
||||
}
|
||||
|
||||
public ZombieToken(final ZombieToken token) {
|
||||
|
|
Loading…
Reference in a new issue