We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i
1 parent 5a33fc8 commit f24501fCopy full SHA for f24501f
1 file changed
items/code.lua
@@ -3989,7 +3989,7 @@ local quantify = {
3989
for i = 1, G.jokers.config.card_limit - #G.jokers.cards do
3990
if to_big(self.ability.choose) > to_big(0) then
3991
self.ability.choose = self.ability.choose - 1
3992
- 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)
3993
or {}
3994
local card = create_card(
3995
kind or tbl.set,
0 commit comments