mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08: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…
Add table
Add a link
Reference in a new issue