From a77fb916c7159f69c6f8a63e16ea8d6bfe7e71b7 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 9 Apr 2025 20:09:37 +0200 Subject: [PATCH] Fix repetition warning on non-cryptid --- src/slugcat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slugcat.lua b/src/slugcat.lua index 3841b9e..d4afd90 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -508,7 +508,7 @@ SMODS.Joker { card.ability.perish_tally = 1e9 end - if ({[false] = context.cardarea ~= G.play, [true] = not context.joker_main})[not not Cryptid] then + if ({[false] = context.cardarea ~= G.play or context.repetition, [true] = not context.joker_main})[not not Cryptid] then return end