forked from External/mage
Added NCC Token Images (#9026)
* Removed BOK as a token image source as it has no token images * Fixed zombie tokens from C20 not showing in game * Fixed alphabetically misplaced C21 token in card viewer * Added support for and assigned NCC token images
This commit is contained in:
parent
a62f29a7c9
commit
c667458198
37 changed files with 210 additions and 42 deletions
|
|
@ -24,7 +24,7 @@ public final class DrakeToken extends TokenImpl {
|
|||
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
availableImageSetCodes = Arrays.asList("AKH", "C15", "C19", "M13", "C20", "ZNR", "C21", "UMA");
|
||||
availableImageSetCodes = Arrays.asList("AKH", "C15", "C19", "M13", "C20", "ZNR", "C21", "UMA", "NCC");
|
||||
}
|
||||
|
||||
public DrakeToken(final DrakeToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue