mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Token changes for C17
This commit is contained in:
parent
d73b1c2987
commit
5274436938
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class CatToken extends TokenImpl {
|
|||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
static {
|
||||
tokenImageSets.addAll(Arrays.asList("SOM", "M13", "M14", "C14", "C15"));
|
||||
tokenImageSets.addAll(Arrays.asList("SOM", "M13", "M14", "C14", "C15", "C17"));
|
||||
}
|
||||
|
||||
public CatToken() {
|
||||
|
|
Loading…
Reference in a new issue