mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
* Download definition for M15 + CNS token and emblem images.
This commit is contained in:
parent
51728bcf4f
commit
cc713808cf
4 changed files with 35 additions and 3 deletions
|
|
@ -346,6 +346,10 @@ public class DownloadPictures extends DefaultBoundedRangeModel implements Runnab
|
|||
String set = params[2].substring(8);
|
||||
CardDownloadData card = new CardDownloadData(params[3] + " Emblem", set, 0, false, 0, "", true);
|
||||
list.add(card);
|
||||
} else if (params[1].toLowerCase().equals("generate") && params[2].startsWith("EMBLEM!:")) {
|
||||
String set = params[2].substring(8);
|
||||
CardDownloadData card = new CardDownloadData(params[3], set, 0, false, 0, "", true);
|
||||
list.add(card);
|
||||
}
|
||||
} else {
|
||||
log.error("wrong format for image urls: " + line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue