Skip to content

Commit

Permalink
editor: fix some other rarities (#584)
Browse files Browse the repository at this point in the history
Co-authored-by: Avior <[email protected]>
  • Loading branch information
TCGdexBOT and Aviortheking authored Nov 21, 2024
1 parent 660cccb commit 89e0b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/285.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const card: Card = {
}],

retreat: 1,
rarity: "None"
rarity: "Crown"
}

export default card
2 changes: 1 addition & 1 deletion data/Pokémon TCG Pocket/Genetic Apex/286.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const card: Card = {
}],

retreat: 2,
rarity: "None"
rarity: "Crown"
}

export default card

0 comments on commit 89e0b8d

Please sign in to comment.