Trigger jokers

This commit is contained in:
Emik 2026-05-23 19:03:25 +02:00
parent 0fdef846cb
commit 7403424764
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 3 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.6.7"
"version": "1.6.8"
}

View file

@ -395,8 +395,7 @@ SMODS.Joker {
for i = #c, 1, -1 do
if (((c[i] or {}).ability or {}).consumeable or {}).hand_type then
c[i]:use_consumeable()
local _ = c[i] and c[i]:start_dissolve()
G.FUNCS.use_card(c[i], true)
end
end
end,