mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08: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")) {
|
if (getOriginalExpansionSetCode().equals("MIC")) {
|
||||||
this.setTokenType(1);
|
this.setTokenType(1);
|
||||||
}
|
}
|
||||||
|
if (getOriginalExpansionSetCode().equals("VOW")) {
|
||||||
|
this.setTokenType(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public ZombieToken(final ZombieToken token) {
|
public ZombieToken(final ZombieToken token) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue