Add ONE token images

This commit is contained in:
PurpleCrowbar 2023-02-25 14:06:06 +00:00
parent f34c672ade
commit afde23e803
11 changed files with 71 additions and 6 deletions

View file

@ -19,7 +19,7 @@ public final class CatToken extends TokenImpl {
power = new MageInt(2);
toughness = new MageInt(2);
availableImageSetCodes = Arrays.asList("PMEI", "C14", "C15", "C17", "C18", "M13", "M14", "SOM", "CMR", "2XM");
availableImageSetCodes = Arrays.asList("PMEI", "C14", "C15", "C17", "C18", "M13", "M14", "SOM", "CMR", "2XM", "ONE");
}
public CatToken(final CatToken token) {