forked from External/mage
Sets refactor:
* Duels of the Planeswalkers Promos set split to multiple sets (scryfall style); * Fixed Masterpiece Series sets name;
This commit is contained in:
parent
7599acf1c8
commit
735588cc0d
19 changed files with 268 additions and 177 deletions
|
|
@ -1509,6 +1509,8 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
Map<CardView, Integer> pimpedCards = new HashMap<>();
|
||||
pimpedSets.put("PCMP", 1);
|
||||
pimpedSets.put("MPS", 1);
|
||||
pimpedSets.put("MP2", 1);
|
||||
pimpedSets.put("EXP", 1);
|
||||
pimpedSets.put("CP1", 1);
|
||||
pimpedSets.put("CP2", 1);
|
||||
pimpedSets.put("CP3", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue