mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -50,7 +50,7 @@ const card: Card = {
|
||||
es: "Tajo Ondulante",
|
||||
it: "Taglio Ondulante",
|
||||
pt: "Corte Ondulado",
|
||||
de: "Wellenschnittt"
|
||||
de: "Wellenschnitt"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -70,7 +70,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "kawayoo"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user