mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Added the Two-Headed Giant Tournament (P2HG) promotional set.
This commit is contained in:
parent
db74a91b3c
commit
be87c306c4
3 changed files with 30 additions and 3 deletions
|
|
@ -1579,9 +1579,10 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
pimpedSets.put("P10", 1);
|
||||
pimpedSets.put("P11", 1);
|
||||
|
||||
pimpedSets.put("OVNT", 1); // Vintage Championship
|
||||
pimpedSets.put("PREL", 1); // Release Events
|
||||
pimpedSets.put("PJSE", 1); // Junior Series Europe
|
||||
pimpedSets.put("OVNT", 1); // Vintage Championship
|
||||
pimpedSets.put("PREL", 1); // Release Events
|
||||
pimpedSets.put("PJSE", 1); // Junior Series Europe
|
||||
pimpedSets.put("P2HG", 1); // Two-Headed Giant Tournament
|
||||
|
||||
pimpedSets.put("MGDC", 1);
|
||||
pimpedSets.put("EXP", 1);
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ public class ScryfallImageSupportCards {
|
|||
add("OVNT"); // Vintage Championship
|
||||
add("PREL"); // Release Events
|
||||
add("PJSE"); // Junior Series Europe
|
||||
add("P2HG"); // Two-Headed Giant Tournament
|
||||
|
||||
add("MGB");
|
||||
add("ULG");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue