mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Added scryfall download for new set: GNT, UMA, PUMA
This commit is contained in:
parent
2452e07a0f
commit
b298a621fb
1 changed files with 3 additions and 0 deletions
|
@ -231,6 +231,9 @@ public enum ScryfallImageSource implements CardImageSource {
|
|||
supportedSets.add("GS1");
|
||||
supportedSets.add("GRN");
|
||||
supportedSets.add("GK1");
|
||||
supportedSets.add("GNT");
|
||||
supportedSets.add("UMA");
|
||||
supportedSets.add("PUMA");
|
||||
//
|
||||
supportedSets.add("EURO");
|
||||
supportedSets.add("GPX");
|
||||
|
|
Loading…
Reference in a new issue