From 89e0b8d3674873fdcc0c845c49d01ea9cd3acc03 Mon Sep 17 00:00:00 2001 From: "TCGdex [Bot]" <82892481+TCGdexBOT@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:52:48 +0100 Subject: [PATCH] editor: fix some other rarities (#584) Co-authored-by: Avior --- "data/Pok\303\251mon TCG Pocket/Genetic Apex/285.ts" | 2 +- "data/Pok\303\251mon TCG Pocket/Genetic Apex/286.ts" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/285.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/285.ts" index 927b552e6..6ad766f36 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/285.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/285.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Crown" } export default card \ No newline at end of file diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/286.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/286.ts" index 6109fc374..d9c1079c6 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/286.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/286.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Crown" } export default card \ No newline at end of file