Added CN2 token images

This commit is contained in:
PurpleCrowbar 2022-06-06 01:55:16 +01:00
parent a3d3c29c93
commit 7793a75dc7
8 changed files with 28 additions and 21 deletions

View file

@ -38,12 +38,6 @@ public final class SoldierToken extends TokenImpl {
public void setExpansionSetCodeForImage(String code) {
super.setExpansionSetCodeForImage(code);
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("CN2")) {
this.setTokenType(RandomUtil.nextInt(2) + 1);
}
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("CN2")) {
this.setTokenType(RandomUtil.nextInt(2) + 1);
}
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("MM3")) {
this.setTokenType(RandomUtil.nextInt(2) + 1);
}