1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00

fix: Add holo variants for sv03-023 and sv03-027 (#669)

This commit is contained in:
Octopixell 2025-02-27 23:27:15 +01:00 committed by GitHub
parent 7f95bd3da1
commit 2f9c5814ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,9 @@ const card: Card = {
regulationMark: "G",
variants: {
holo: false
normal: true,
reverse: true,
holo: true,
}
}

View File

@ -48,7 +48,9 @@ const card: Card = {
regulationMark: "G",
variants: {
holo: false
normal: true,
reverse: true,
holo: true,
}
}