mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Fix C21 Beast token image
This commit is contained in:
parent
fa7e31d28b
commit
a7f2938993
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ public final class BeastToken extends TokenImpl {
|
||||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("E01")) {
|
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("E01")) {
|
||||||
setTokenType(1);
|
setTokenType(1);
|
||||||
}
|
}
|
||||||
|
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("C21")) {
|
||||||
|
setTokenType(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public BeastToken(final BeastToken token) {
|
public BeastToken(final BeastToken token) {
|
||||||
|
|
Loading…
Reference in a new issue