Fixed Germ token not displaying. Added MBS and NPH tokens to download.

This commit is contained in:
magenoxx 2011-06-02 01:57:46 +04:00
parent 18afe40274
commit 76181c4185
4 changed files with 13 additions and 1 deletions

View file

@ -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");

View file

@ -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|

View file

@ -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