mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Add LTC set symbol
This commit is contained in:
BIN
img/setSymbols/official/ltc-c.png
Normal file
BIN
img/setSymbols/official/ltc-c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
BIN
img/setSymbols/official/ltc-m.png
Normal file
BIN
img/setSymbols/official/ltc-m.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
BIN
img/setSymbols/official/ltc-r.png
Normal file
BIN
img/setSymbols/official/ltc-r.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
BIN
img/setSymbols/official/ltc-u.png
Normal file
BIN
img/setSymbols/official/ltc-u.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
@@ -3169,7 +3169,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'].includes(setCode.toLowerCase())) {
|
||||
if (['moc', 'ltr', 'ltc'].includes(setCode.toLowerCase())) {
|
||||
extension = 'png';
|
||||
}
|
||||
if (setSymbolAliases.has(setCode.toLowerCase())) setCode = setSymbolAliases.get(setCode.toLowerCase());
|
||||
|
Reference in New Issue
Block a user