1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-14 09:09:38 -09:00

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
Mage.Client/src/main/java/org/mage/plugins/card/dl/sources
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck
Utils

View file

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

View file

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

View file

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

View file

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