mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fixed Germ token not displaying. Added MBS and NPH tokens to download.
This commit is contained in:
parent
18afe40274
commit
76181c4185
4 changed files with 13 additions and 1 deletions
Binary file not shown.
|
|
@ -379,6 +379,7 @@ public class DownloadPictures extends DefaultBoundedRangeModel implements Runnab
|
||||||
|
|
||||||
final static Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
final static Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
||||||
{
|
{
|
||||||
|
put("NPH", "new-phyrexia");
|
||||||
put("MBS", "mirrodin-besieged");
|
put("MBS", "mirrodin-besieged");
|
||||||
put("SOM", "scars-of-mirrodin");
|
put("SOM", "scars-of-mirrodin");
|
||||||
put("M11", "magic-2011");
|
put("M11", "magic-2011");
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,15 @@
|
||||||
|
|Generate|TOK:NPH|Beast|
|
||||||
|
|Generate|TOK:NPH|Goblin|
|
||||||
|
|Generate|TOK:NPH|Golem|
|
||||||
|
|Generate|TOK:NPH|Myr|
|
||||||
|
|
||||||
|Generate|TOK:MBS|Germ|
|
|Generate|TOK:MBS|Germ|
|
||||||
|
|Generate|TOK:MBS|Zombie|
|
||||||
|
|Generate|TOK:MBS|Golem|
|
||||||
|
|Generate|TOK:MBS|Horror|
|
||||||
|
|Generate|TOK:MBS|Thopter|
|
||||||
|
|Generate|TOK:MBS|Zombie|
|
||||||
|
|Generate|TOK:MBS|Zombie|
|
||||||
|
|
||||||
|Generate|TOK:SOM|Cat|
|
|Generate|TOK:SOM|Cat|
|
||||||
|Generate|TOK:SOM|Soldier|
|
|Generate|TOK:SOM|Soldier|
|
||||||
|
|
|
||||||
|
|
@ -57,4 +57,4 @@ ptk=p3k
|
||||||
gur=guru
|
gur=guru
|
||||||
ignore.urls=TOK
|
ignore.urls=TOK
|
||||||
# sets ordered by release time (newest goes first)
|
# sets ordered by release time (newest goes first)
|
||||||
token.lookup.order=SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS
|
token.lookup.order=NPH,MBS,SOM,M11,ROE,PVC,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS
|
||||||
Loading…
Add table
Add a link
Reference in a new issue