From 1dfb344fe04887d86b42690c4898e1658f9ec1e7 Mon Sep 17 00:00:00 2001 From: paulkent-coder Date: Thu, 4 Jun 2026 12:38:46 -0400 Subject: [PATCH] Fixed Burnt Joker retriggers when upgrading None hand --- lib/overrides.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/overrides.lua b/lib/overrides.lua index 7c6a0fc52..883c5ab02 100644 --- a/lib/overrides.lua +++ b/lib/overrides.lua @@ -1915,9 +1915,7 @@ G.FUNCS.discard_cards_from_highlighted = function(e, hook) return a.T.x < b.T.x end) check_for_unlock({ type = "discard_custom", cards = {} }) - for j = 1, #G.jokers.cards do - G.jokers.cards[j]:calculate_joker({ pre_discard = true, full_hand = G.hand.highlighted, hook = hook }) - end + SMODS.calculate_context({pre_discard = true, full_hand = G.hand.highlighted, hook = hook}) if not hook then if G.GAME.modifiers.discard_cost then ease_dollars(-G.GAME.modifiers.discard_cost)