Added CLB token images

This commit is contained in:
PurpleCrowbar 2022-06-06 19:57:01 +01:00
parent 7e523e655a
commit 901bb80885
43 changed files with 180 additions and 52 deletions

View file

@ -19,7 +19,7 @@ public final class ConstructToken extends TokenImpl {
power = new MageInt(1);
toughness = new MageInt(1);
availableImageSetCodes = Arrays.asList("ZNR", "NEO");
availableImageSetCodes = Arrays.asList("ZNR", "NEO", "CLB");
}
@Override