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:
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
|
@ -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 {
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -39,6 +39,7 @@ public class ReturnToRavnicaBlock extends Constructed {
|
|||
public ReturnToRavnicaBlock() {
|
||||
super("Constructed - Return to Ravnica Block");
|
||||
setCodes.add("RTR");
|
||||
setCodes.add("GTC");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -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|
|
||||
|
|
Loading…
Add table
Reference in a new issue