diff --git a/img/setSymbols/custom/a22-c.png b/img/setSymbols/custom/a22-c.png new file mode 100644 index 00000000..bfaa1c86 Binary files /dev/null and b/img/setSymbols/custom/a22-c.png differ diff --git a/img/setSymbols/custom/a22-m.png b/img/setSymbols/custom/a22-m.png new file mode 100644 index 00000000..65b4171e Binary files /dev/null and b/img/setSymbols/custom/a22-m.png differ diff --git a/img/setSymbols/custom/a22-r.png b/img/setSymbols/custom/a22-r.png new file mode 100644 index 00000000..87513890 Binary files /dev/null and b/img/setSymbols/custom/a22-r.png differ diff --git a/img/setSymbols/custom/a22-u.png b/img/setSymbols/custom/a22-u.png new file mode 100644 index 00000000..f51d6dbf Binary files /dev/null and b/img/setSymbols/custom/a22-u.png differ diff --git a/img/setSymbols/custom/a23-c.png b/img/setSymbols/custom/a23-c.png new file mode 100644 index 00000000..bec25e95 Binary files /dev/null and b/img/setSymbols/custom/a23-c.png differ diff --git a/img/setSymbols/custom/a23-m.png b/img/setSymbols/custom/a23-m.png new file mode 100644 index 00000000..75adb2a2 Binary files /dev/null and b/img/setSymbols/custom/a23-m.png differ diff --git a/img/setSymbols/custom/a23-r.png b/img/setSymbols/custom/a23-r.png new file mode 100644 index 00000000..ac800d16 Binary files /dev/null and b/img/setSymbols/custom/a23-r.png differ diff --git a/img/setSymbols/custom/a23-u.png b/img/setSymbols/custom/a23-u.png new file mode 100644 index 00000000..1f771c08 Binary files /dev/null and b/img/setSymbols/custom/a23-u.png differ diff --git a/js/creator-23.js b/js/creator-23.js index 44e2fd16..f8cd1722 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -2809,7 +2809,7 @@ function fetchSetSymbol() { localStorage.setItem('lockSetSymbolCode', setCode); } var setRarity = document.querySelector('#set-symbol-rarity').value.toLowerCase().replace('uncommon', 'u').replace('common', 'c').replace('rare', 'r').replace('mythic', 'm') || 'c'; - if (['sld'].includes(setCode.toLowerCase())) { + if (['sld', 'a22', 'a23'].includes(setCode.toLowerCase())) { uploadSetSymbol(fixUri(`/img/setSymbols/custom/${setCode.toLowerCase()}-${setRarity}.png`), 'resetSetSymbol'); } else if (['cc', 'logan', 'joe'].includes(setCode.toLowerCase())) { uploadSetSymbol(fixUri(`/img/setSymbols/custom/${setCode.toLowerCase()}-${setRarity}.svg`), 'resetSetSymbol');