mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -40,7 +40,12 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Pierce"
|
||||
en: "Pierce",
|
||||
fr: "Transpercement",
|
||||
de: "Durchbohren",
|
||||
es: "Perforar",
|
||||
pt: "Perfurar",
|
||||
it: "Perforare"
|
||||
},
|
||||
|
||||
damage: 50
|
||||
|
Reference in New Issue
Block a user