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-148 and sv03-149 (#663)

This commit is contained in:
Octopixell 2025-02-19 21:30:40 +01:00 committed by GitHub
parent eca49a1bee
commit 28662c55c3
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", regulationMark: "G",
variants: { variants: {
holo: false normal: true,
reverse: true,
holo: true,
} }
} }

View File

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