From f6b9eafec4e9bfc0f5cd3f7a4eedfb844bf9fbe2 Mon Sep 17 00:00:00 2001 From: Avior Date: Mon, 4 May 2020 21:11:21 +0200 Subject: [PATCH] Fixed Zapdos Scrapper error Signed-off-by: Avior --- cards/pl/pl4/12.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cards/pl/pl4/12.ts b/cards/pl/pl4/12.ts index da42e90e0..7de1d2d9b 100644 --- a/cards/pl/pl4/12.ts +++ b/cards/pl/pl4/12.ts @@ -23,9 +23,9 @@ const card: Card = { illustrator: "Ryota Saito", - rarity: Rarity.RARE, + rarity: Rarity.RARE, - category: Category.POKEMON, + category: Category.POKEMON, set, image: { @@ -90,7 +90,7 @@ const card: Card = { weaknesses: [ { - + type: Type.LIGHTNING, value: "×2", }, @@ -98,7 +98,7 @@ const card: Card = { resistances: [ { - + type: Type.FIGHTING, value: "-20", }, @@ -111,4 +111,4 @@ const card: Card = { } -export default card \ No newline at end of file +export default card