Updated some Media Inserts set information and added some reprints

This commit is contained in:
fireshoes 2015-01-13 02:28:56 -06:00
parent 0a1a5b5c49
commit 89a991156d
13 changed files with 502 additions and 1 deletions

View file

@ -94,6 +94,7 @@ public class ConstructedFormats {
"Guru",
"Judge Promo",
"Launch Party",
"Media Inserts",
"Unhinged",
"World Magic Cup Qualifier",
};
@ -463,6 +464,9 @@ public class ConstructedFormats {
if (format.equals("Launch Party")) {
return Arrays.asList("MLP");
}
if (format.equals("Media Inserts")) {
return Arrays.asList("MBP");
}
if (format.equals("World Magic Cup Qualifier")) {
return Arrays.asList("WMCQ");
}