mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Fixed GX being with a dash while it isn't on the card (#58)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,12 +3,12 @@ import Set from '../Cosmic Eclipse'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Naganadel & Guzzlord-GX",
|
||||
fr: "Mandrillon et Engloutyran-GX",
|
||||
es: "Naganadel y Guzzlord-GX",
|
||||
it: "Naganadel e Guzzlord-GX",
|
||||
pt: "Naganadel e Guzzlord-GX",
|
||||
de: "Agoyon & Schlingking-GX"
|
||||
en: "Naganadel & Guzzlord GX",
|
||||
fr: "Mandrillon et Engloutyran GX",
|
||||
es: "Naganadel y Guzzlord GX",
|
||||
it: "Naganadel e Guzzlord GX",
|
||||
pt: "Naganadel e Guzzlord GX",
|
||||
de: "Agoyon & Schlingking GX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Secret Rare",
|
||||
@ -49,8 +49,8 @@ const card: Card = {
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Darkness",
|
||||
"Psychic",
|
||||
"Darkness",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
|
Reference in New Issue
Block a user