CLB ogre token image fix

This commit is contained in:
PurpleCrowbar 2022-06-06 23:37:05 +01:00
parent f8c94e1d62
commit 80e8e27b42
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ public final class OgreToken extends TokenImpl {
power = new MageInt(3);
toughness = new MageInt(3);
availableImageSetCodes = Arrays.asList("WWK", "C16", "NCC");
availableImageSetCodes = Arrays.asList("WWK", "C16", "NCC", "CLB");
}
public OgreToken(final OgreToken token) {

View file

@ -19,7 +19,7 @@ public final class OgreWarriorToken extends TokenImpl {
power = new MageInt(4);
toughness = new MageInt(3);
availableImageSetCodes = Arrays.asList("SNC", "CLB");
availableImageSetCodes = Arrays.asList("SNC");
}
public OgreWarriorToken(final OgreWarriorToken token) {