From 6e41e4e29f1dd639262c7431d81271a4515cb76c Mon Sep 17 00:00:00 2001 From: Sylvi <69098783+wingedcatgirl@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:45:01 -0500 Subject: [PATCH] Update marble.lua --- upgrades/marble.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrades/marble.lua b/upgrades/marble.lua index ff3566e..f817d54 100644 --- a/upgrades/marble.lua +++ b/upgrades/marble.lua @@ -24,6 +24,7 @@ SMODS.Enhancement({ end, calculate = function(self, card, context) + card.ability.extra.progress = card.ability.extra.progress or 0 if context.final_scoring_step and context.cardarea == G.play and not context.debuffed and card.ability.extra.progress < 4 then G.E_MANAGER:add_event(Event({ trigger = 'after',