mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Compare commits
1 Commits
v2.27.1
...
editor/462
Author | SHA1 | Date | |
---|---|---|---|
|
d9866b6b65 |
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user