From a08b8d8ccad6f67aa879e050eddafba0cce33daf Mon Sep 17 00:00:00 2001 From: Octopixell Date: Wed, 26 Mar 2025 14:54:45 +0100 Subject: [PATCH] fix: Add normal variant for sv03-062 (#688) --- data/Scarlet & Violet/Obsidian Flames/062.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/Scarlet & Violet/Obsidian Flames/062.ts b/data/Scarlet & Violet/Obsidian Flames/062.ts index 8a47f68f7..ec9b5d6e2 100644 --- a/data/Scarlet & Violet/Obsidian Flames/062.ts +++ b/data/Scarlet & Violet/Obsidian Flames/062.ts @@ -69,7 +69,9 @@ const card: Card = { regulationMark: "G", variants: { - normal: false + normal: true, + holo: true, + reverse: true, } }