mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +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,7 +3,7 @@ import Set from '../Hidden Fates'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Giovanni's Exile",
|
||||
en: "Giovanni’s Exile",
|
||||
fr: "Exil de Giovanni",
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez jusqu’à 2 de vos Pokémon de Banc qui n’ont pas de marqueurs de dégâts, ainsi que toutes les cartes qui leur sont attachées.",
|
||||
en: "Discard up to 2 of your Benched Pokémon that have no damage counters on them and all cards attached to them."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user