mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Fix MH2 treasure tokens' images not displaying
This commit is contained in:
parent
a2f6ff418c
commit
267d0a7e42
1 changed files with 3 additions and 0 deletions
|
@ -51,5 +51,8 @@ public final class TreasureToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("SNC")) {
|
||||
this.setTokenType(RandomUtil.nextInt(5) + 1);
|
||||
}
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("MH2")) {
|
||||
this.setTokenType(RandomUtil.nextInt(2) + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue