forked from External/mage
Token images and fixes for some sets (#9027)
* Fixed CMR's phyrexian horror token not displaying in game * Added support for and assigned MED token images * Added support for and assigned BBD token images * Added support for and assigned DDU token images * Fixed some M19 tokens not displaying correctly
This commit is contained in:
parent
c667458198
commit
cee6bc3cfe
17 changed files with 117 additions and 21 deletions
|
|
@ -16,7 +16,7 @@ public final class MyrToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C14", "C16", "C18", "DST", "MBS", "MM2", "MRD", "NPH", "SOM", "MH1", "C21", "NEC", "2XM");
|
||||
availableImageSetCodes = Arrays.asList("C14", "C16", "C18", "DST", "MBS", "MM2", "MRD", "NPH", "SOM", "MH1", "C21", "NEC", "2XM", "BBD", "DDU");
|
||||
}
|
||||
|
||||
public MyrToken(final MyrToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue