mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
Token changes for C17
This commit is contained in:
parent
ba57aeb820
commit
4a6cdbe560
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class DragonToken extends TokenImpl {
|
||||||
final static private List<String> tokenImageSets = new ArrayList<>();
|
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
tokenImageSets.addAll(Arrays.asList("DTK", "MMA", "ALA", "MM3"));
|
tokenImageSets.addAll(Arrays.asList("DTK", "MMA", "ALA", "MM3", "C17"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public DragonToken() {
|
public DragonToken() {
|
||||||
|
|
Loading…
Reference in a new issue