mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Added GTC (gatecrash) to some objects and lists.
This commit is contained in:
parent
c083fae37b
commit
3b948a1e70
4 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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");
|
||||||
|
|
|
||||||
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue