Fixed set codes for the Duel Deck Anthology deck sets.

The decks now use the set codes from Scryfall.
This commit is contained in:
Thomas Hess 2020-03-17 16:06:44 +01:00
parent ab7f2c5bc3
commit 529552dd2c
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
11 changed files with 39 additions and 40 deletions

View file

@ -18,7 +18,7 @@ public final class GoblinToken extends TokenImpl {
static {
tokenImageSets.addAll(Arrays.asList("10E", "ALA", "SOM", "M10", "NPH", "M13", "RTR",
"MMA", "M15", "C14", "KTK", "EVG", "DTK", "ORI", "DDG", "DDN", "DD3EVG", "MM2",
"MMA", "M15", "C14", "KTK", "EVG", "DTK", "ORI", "DDG", "DDN", "EVG", "MM2",
"MM3", "EMA", "C16", "DOM", "ANA", "RNA", "WAR", "MH1"));
}