forked from External/mage
Split the cummulative Arena League set into the individual sets.
- Removed set ARENA - Added sets PARL, PAL99, PAL00, PAL01, PAL02, PAL03, PAL04, PAL05, PAL06
This commit is contained in:
parent
2d68c60c31
commit
aab0b2e2fa
14 changed files with 325 additions and 105 deletions
|
|
@ -1505,7 +1505,15 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
pimpedSets.put("JR", 1);
|
||||
pimpedSets.put("MPS", 1);
|
||||
pimpedSets.put("CLASH", 1);
|
||||
pimpedSets.put("ARENA", 1);
|
||||
pimpedSets.put("PARL", 1);
|
||||
pimpedSets.put("PAL99", 1);
|
||||
pimpedSets.put("PAL00", 1);
|
||||
pimpedSets.put("PAL01", 1);
|
||||
pimpedSets.put("PAL02", 1);
|
||||
pimpedSets.put("PAL03", 1);
|
||||
pimpedSets.put("PAL04", 1);
|
||||
pimpedSets.put("PAL05", 1);
|
||||
pimpedSets.put("PAL06", 1);
|
||||
pimpedSets.put("UGIN", 1);
|
||||
pimpedSets.put("WMCQ", 1);
|
||||
pimpedSets.put("PALP", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue