forked from External/mage
Images download:
* removed duplicated set (Clash Pack); * added images download for Eighth Edition Box, Ninth Edition Box;
This commit is contained in:
parent
fbcdeeb2a8
commit
f746d4d8d2
6 changed files with 17 additions and 39 deletions
|
|
@ -1509,7 +1509,9 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
Map<CardView, Integer> pimpedCards = new HashMap<>();
|
||||
pimpedSets.put("CP", 1);
|
||||
pimpedSets.put("MPS", 1);
|
||||
pimpedSets.put("CLASH", 1);
|
||||
pimpedSets.put("CP1", 1);
|
||||
pimpedSets.put("CP2", 1);
|
||||
pimpedSets.put("CP3", 1);
|
||||
|
||||
// Judge Reward Gifts
|
||||
pimpedSets.put("JGP", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue