Added GTC token images

This commit is contained in:
PurpleCrowbar 2022-06-04 20:59:19 +01:00
parent d4de0e8729
commit 2ccf911fc4
8 changed files with 24 additions and 12 deletions

View file

@ -20,7 +20,7 @@ public final class FrogLizardToken extends TokenImpl {
power = new MageInt(3);
toughness = new MageInt(3);
availableImageSetCodes = Arrays.asList("RNA", "C15", "C21");
availableImageSetCodes = Arrays.asList("GTC", "RNA", "C15", "C21");
}
public FrogLizardToken(final FrogLizardToken token) {