mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00: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>() {
|
||||
{
|
||||
put("NPH", "new-phyrexia");
|
||||
put("MBS", "mirrodin-besieged");
|
||||
put("SOM", "scars-of-mirrodin");
|
||||
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|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|Soldier|
|
||||
|
|
|
@ -57,4 +57,4 @@ ptk=p3k
|
|||
gur=guru
|
||||
ignore.urls=TOK
|
||||
# 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…
Reference in a new issue