From 103462df8b54314ac60cd9baef9b612694f01900 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 13 Oct 2021 20:31:10 -0700 Subject: [PATCH] Update creator-23.js --- js/creator-23.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/creator-23.js b/js/creator-23.js index 621bfb80..ef8293c1 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -1263,7 +1263,7 @@ function changeArtIndex() { const scryfallCardForArt = scryfallArt[artIndexValue]; uploadArt(scryfallCardForArt.image_uris.art_crop, 'autoFit'); 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); } }