Skip to content

Commit f24501f

Browse files
Pass i when calculating quantified boosters (#831)
1 parent 5a33fc8 commit f24501f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

items/code.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3989,7 +3989,7 @@ local quantify = {
39893989
for i = 1, G.jokers.config.card_limit - #G.jokers.cards do
39903990
if to_big(self.ability.choose) > to_big(0) then
39913991
self.ability.choose = self.ability.choose - 1
3992-
local tbl = self.config.center.create_card and self.config.center:create_card(self)
3992+
local tbl = self.config.center.create_card and self.config.center:create_card(self, i)
39933993
or {}
39943994
local card = create_card(
39953995
kind or tbl.set,

0 commit comments

Comments
 (0)