1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00
Co-authored-by: Avior <git@avior.me>
This commit is contained in:
TCGdexBOT 2024-11-21 00:40:24 +01:00
parent 8eb9131f60
commit d9866b6b65
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ const card: Card = {
variants: { variants: {
normal: true, normal: true,
reverse: true, reverse: true,
holo: false, holo: true,
firstEdition: false firstEdition: false
} }
} }

View File

@ -59,7 +59,7 @@ const card: Card = {
variants: { variants: {
normal: true, normal: true,
reverse: true, reverse: true,
holo: false, holo: true,
firstEdition: false firstEdition: false
} }
} }

View File

@ -59,7 +59,7 @@ const card: Card = {
variants: { variants: {
normal: true, normal: true,
reverse: true, reverse: true,
holo: false, holo: true,
firstEdition: false firstEdition: false
} }
} }