Added MBS token images

This commit is contained in:
PurpleCrowbar 2022-06-04 18:41:03 +01:00
parent 1bf2889789
commit bbbcde3561
4 changed files with 11 additions and 7 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", "MBS", "SOM", "CMR", "2XM");
availableImageSetCodes = Arrays.asList("PMEI", "C14", "C15", "C17", "C18", "M13", "M14", "SOM", "CMR", "2XM");
}
public CatToken(final CatToken token) {