mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fixed colorless spirit token image issues. Closes #9005
This commit is contained in:
parent
d6414a5ac4
commit
4dde9592c8
2 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ public final class SpiritToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C16", "CHK", "EMA", "EXP", "NEO", "SOK", "V12", "VOC", "A25");
|
||||
availableImageSetCodes = Arrays.asList("C16", "EMA", "NEO", "VOC", "A25");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -40,6 +40,10 @@ public final class SpiritToken extends TokenImpl {
|
|||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("A25")) {
|
||||
setTokenType(1);
|
||||
}
|
||||
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("VOC")) {
|
||||
setTokenType(1);
|
||||
}
|
||||
}
|
||||
|
||||
public SpiritToken(final SpiritToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue