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
23af8d407e
commit
be0c765e49
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
cards.forEach(cardData => {
|
||||
const className = toCamelCase(cardData[0]);
|
||||
const cleanCardName = cardData[0].replace(/[-,'.!?`@#$%^&*()_=<>:";~\\|/\s]/g, '').toLowerCase();
|
||||
if (fs.existsSync(path.join('Mage.Sets', 'src', 'mage', 'cards', className.substring(0, 1), `${className}.java`)) {
|
||||
if (fs.existsSync(path.join('Mage.Sets', 'src', 'mage', 'cards', className.substring(0, 1), `${className}.java`))) {
|
||||
implemented.push({
|
||||
pr: false, //TODO: check to see if there is a PR for this card
|
||||
name: cardData[0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue