mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
8165bbc4f3
commit
12adf4d172
1 changed files with 2 additions and 2 deletions
|
|
@ -74,14 +74,14 @@ jobs:
|
|||
pr: false, //TODO: check to see if there is a PR for this card
|
||||
name: cardData[0],
|
||||
cleanName: cleanCardName,
|
||||
scryfall: `https://scryfall.com/search?q=!"${cleanCardName}" e:${set[1]}`
|
||||
scryfall: `https://scryfall.com/search?q=!"${cleanCardName}"+e:${set[1]}`
|
||||
});
|
||||
} else {
|
||||
unimplemented.push({
|
||||
pr: true, //TODO: check to see if there is a PR for this card
|
||||
name: cardData[0],
|
||||
cleanName: cleanCardName,
|
||||
scryfall: `https://scryfall.com/search?q=!"${cleanCardName}" e:${set[1]}`
|
||||
scryfall: `https://scryfall.com/search?q=!"${cleanCardName}"+e:${set[1]}`
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue