Add SCD, WOE, WOC set symbols

This commit is contained in:
Josh birnholz
2023-08-24 14:06:05 -04:00
parent bcb98c21d1
commit 862fe2cb1a
13 changed files with 1 additions and 1 deletions

View File

@@ -4034,7 +4034,7 @@ function fetchSetSymbol() {
uploadSetSymbol('http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=' + setCode + '&size=large&rarity=' + setRarity, 'resetSetSymbol');
} else {
var extension = 'svg';
if (['moc', 'ltr', 'ltc', 'cmm', 'who'].includes(setCode.toLowerCase())) {
if (['moc', 'ltr', 'ltc', 'cmm', 'who', 'scd', 'woe', 'wot', 'woc'].includes(setCode.toLowerCase())) {
extension = 'png';
}
if (setSymbolAliases.has(setCode.toLowerCase())) setCode = setSymbolAliases.get(setCode.toLowerCase());