From 6896cd2f02e0c851b6c57f599ec05e588a956786 Mon Sep 17 00:00:00 2001 From: Nanuzer0 Date: Sun, 24 May 2026 20:26:08 +0300 Subject: [PATCH 1/2] fix flickering sticker --- items/spooky.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/spooky.lua b/items/spooky.lua index 7e4e8c765..bd475fed9 100644 --- a/items/spooky.lua +++ b/items/spooky.lua @@ -775,7 +775,7 @@ local flickering = { card.ability.flick_tally = 5 end if card.ability.set == "Joker" then - if context.post_trigger and context.other_joker == card then + if context.post_trigger and context.other_card == card and not context.retrigger_joker then card.ability.flick_tally = card.ability.flick_tally - 1 if card.ability.flick_tally > 0 then card_eval_status_text(card, "extra", nil, nil, nil, { From 7955b9127b122d940d267eef1028e02e46e0de28 Mon Sep 17 00:00:00 2001 From: Nanuzer0 Date: Sun, 24 May 2026 20:30:07 +0300 Subject: [PATCH 2/2] remove cuz i forgot and it doesnt do anything anyway --- items/spooky.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/spooky.lua b/items/spooky.lua index bd475fed9..2803cce89 100644 --- a/items/spooky.lua +++ b/items/spooky.lua @@ -775,7 +775,7 @@ local flickering = { card.ability.flick_tally = 5 end if card.ability.set == "Joker" then - if context.post_trigger and context.other_card == card and not context.retrigger_joker then + if context.post_trigger and context.other_card == card then card.ability.flick_tally = card.ability.flick_tally - 1 if card.ability.flick_tally > 0 then card_eval_status_text(card, "extra", nil, nil, nil, {