* Added new set "Duels of the Planeswalkers" (113 cards);

This commit is contained in:
Oleg Agafonov 2018-09-27 12:24:18 +04:00
parent 6afb21bcf7
commit 85c391394c
2 changed files with 116 additions and 4 deletions

View file

@ -231,6 +231,9 @@ public enum ScryfallImageSource implements CardImageSource {
supportedSets.add("M19");
supportedSets.add("GS1");
supportedSets.add("GRN");
// duels of the planewalkers:
supportedSets.add("DPA");
//
}
@Override