mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
CLB ogre token image fix
This commit is contained in:
parent
f8c94e1d62
commit
80e8e27b42
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue