mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Add CMM set symbol
This commit is contained in:
BIN
img/setSymbols/official/cmm-c.png
Normal file
BIN
img/setSymbols/official/cmm-c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
BIN
img/setSymbols/official/cmm-m.png
Normal file
BIN
img/setSymbols/official/cmm-m.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
img/setSymbols/official/cmm-r.png
Normal file
BIN
img/setSymbols/official/cmm-r.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
img/setSymbols/official/cmm-u.png
Normal file
BIN
img/setSymbols/official/cmm-u.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@@ -3169,7 +3169,7 @@ function fetchSetSymbol() {
|
|||||||
uploadSetSymbol('http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=' + setCode + '&size=large&rarity=' + setRarity, 'resetSetSymbol');
|
uploadSetSymbol('http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=' + setCode + '&size=large&rarity=' + setRarity, 'resetSetSymbol');
|
||||||
} else {
|
} else {
|
||||||
var extension = 'svg';
|
var extension = 'svg';
|
||||||
if (['moc', 'ltr', 'ltc'].includes(setCode.toLowerCase())) {
|
if (['moc', 'ltr', 'ltc', 'cmm'].includes(setCode.toLowerCase())) {
|
||||||
extension = 'png';
|
extension = 'png';
|
||||||
}
|
}
|
||||||
if (setSymbolAliases.has(setCode.toLowerCase())) setCode = setSymbolAliases.get(setCode.toLowerCase());
|
if (setSymbolAliases.has(setCode.toLowerCase())) setCode = setSymbolAliases.get(setCode.toLowerCase());
|
||||||
|
Reference in New Issue
Block a user