Added GTC (gatecrash) to some objects and lists.

This commit is contained in:
LevelX2 2013-01-03 20:31:24 +01:00
parent c083fae37b
commit 3b948a1e70
4 changed files with 4 additions and 1 deletions

View file

@ -38,7 +38,7 @@ public class GathererSets implements Iterable<DownloadJob> {
"ZEN", "WWK", "ROE", "ZEN", "WWK", "ROE",
"SOM", "MBS", "NPH", "SOM", "MBS", "NPH",
"ISD", "DKA", "AVR", "ISD", "DKA", "AVR",
"RTR"}; "RTR", "GTC"};
private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>(); private static final HashMap<String, String> symbolsReplacements = new HashMap<String, String>();
static { static {

View file

@ -15,6 +15,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() { private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
{ {
put("GTC", "gatecrash");
put("RTR", "return-to-ravnica"); put("RTR", "return-to-ravnica");
put("M13", "magic-2013"); put("M13", "magic-2013");
put("AVR", "avacyn-restored"); put("AVR", "avacyn-restored");

View file

@ -39,6 +39,7 @@ public class ReturnToRavnicaBlock extends Constructed {
public ReturnToRavnicaBlock() { public ReturnToRavnicaBlock() {
super("Constructed - Return to Ravnica Block"); super("Constructed - Return to Ravnica Block");
setCodes.add("RTR"); setCodes.add("RTR");
setCodes.add("GTC");
} }
} }

View file

@ -40,6 +40,7 @@ Future Sight|FUT|
From the Vault: Dragons|FVD| From the Vault: Dragons|FVD|
From the Vault: Exiled|FVE| From the Vault: Exiled|FVE|
From the Vault: Relics|FVR| From the Vault: Relics|FVR|
Gatecrash|GTC|
Guildpact|GPT| Guildpact|GPT|
Homelands|HML| Homelands|HML|
Planechase|HOP| Planechase|HOP|