forked from External/mage
Added / fixed token images for several commander sets (#9000)
* Stopped OGW tokens which don't have images being used as image sources * Removed C13 as a token image source as it has no related token images * Added support for and assigned C14 token images * Added support for and assigned C15 token images * Added support for and assigned C16 token images * Added support for and assigned C17 token images * Fixed C18 token images * Fixed C19 token images
This commit is contained in:
parent
7082e174ee
commit
f003c93cb2
46 changed files with 324 additions and 141 deletions
|
|
@ -24,7 +24,7 @@ public final class BirdToken extends TokenImpl {
|
|||
addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("BNG", "CSP", "DGM", "JUD", "MM3", "RTR", "VMA", "ZEN",
|
||||
"MH1", "C20", "M21", "ZNC", "KHC", "MH2");
|
||||
"MH1", "C16", "C20", "M21", "ZNC", "KHC", "MH2");
|
||||
}
|
||||
|
||||
public BirdToken(final BirdToken token) {
|
||||
|
|
@ -41,7 +41,7 @@ public final class BirdToken extends TokenImpl {
|
|||
super.setExpansionSetCodeForImage(code);
|
||||
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("C16")) {
|
||||
setTokenType(RandomUtil.nextInt(2) + 1);
|
||||
setTokenType(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue