mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix VOW zombie token image not showing
This commit is contained in:
parent
3692e05dac
commit
92706d23cb
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ public final class ZombieToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode().equals("MIC")) {
|
||||
this.setTokenType(1);
|
||||
}
|
||||
if (getOriginalExpansionSetCode().equals("VOW")) {
|
||||
this.setTokenType(1);
|
||||
}
|
||||
}
|
||||
|
||||
public ZombieToken(final ZombieToken token) {
|
||||
|
|
Loading…
Reference in a new issue