From cbf75fa0691f1a3c62f720e9348216f46180de2e Mon Sep 17 00:00:00 2001 From: Sylvi <69098783+wingedcatgirl@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:53:01 -0500 Subject: [PATCH] Pass `i` when calculating quantified boosters --- items/code.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/code.lua b/items/code.lua index 9ae852439..f409488f8 100644 --- a/items/code.lua +++ b/items/code.lua @@ -3989,7 +3989,7 @@ local quantify = { for i = 1, G.jokers.config.card_limit - #G.jokers.cards do if to_big(self.ability.choose) > to_big(0) then self.ability.choose = self.ability.choose - 1 - local tbl = self.config.center.create_card and self.config.center:create_card(self) + local tbl = self.config.center.create_card and self.config.center:create_card(self, i) or {} local card = create_card( kind or tbl.set,