EMA zombie token image fix

This commit is contained in:
PurpleCrowbar 2022-06-06 01:38:10 +01:00
parent 0cac2f6d21
commit 3357fb84bb
2 changed files with 10 additions and 1 deletions

View file

@ -45,7 +45,7 @@ public final class ZombieToken extends TokenImpl {
this.setTokenType(1);
}
if (getOriginalExpansionSetCode().equals("EMN")) {
this.setTokenType(RandomUtil.nextInt(4) + 1);
this.setTokenType(RandomUtil.nextInt(3) + 1);
}
if (getOriginalExpansionSetCode().equals("C19")) {
this.setTokenType(RandomUtil.nextInt(2) + 1);