mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update creator-23.js
This commit is contained in:
@@ -1263,7 +1263,7 @@ function changeArtIndex() {
|
|||||||
const scryfallCardForArt = scryfallArt[artIndexValue];
|
const scryfallCardForArt = scryfallArt[artIndexValue];
|
||||||
uploadArt(scryfallCardForArt.image_uris.art_crop, 'autoFit');
|
uploadArt(scryfallCardForArt.image_uris.art_crop, 'autoFit');
|
||||||
artistEdited(scryfallCardForArt.artist);
|
artistEdited(scryfallCardForArt.artist);
|
||||||
if (params.get('mtgpics') == 'true') {
|
if (params.get('mtgpics') != null) {
|
||||||
imageURL(`https://www.mtgpics.com/pics/art/${scryfallCardForArt.set.toLowerCase()}/${("00" + scryfallCardForArt.collector_number).slice(-3)}.jpg`, tryMTGPicsArt);
|
imageURL(`https://www.mtgpics.com/pics/art/${scryfallCardForArt.set.toLowerCase()}/${("00" + scryfallCardForArt.collector_number).slice(-3)}.jpg`, tryMTGPicsArt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user