1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-15 01:41:59 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
TCGdexBOT
d9866b6b65 2308
Co-authored-by: Avior <git@avior.me>
2024-11-21 00:40:24 +01:00
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
} }
} }