Trigger jokers
This commit is contained in:
parent
0fdef846cb
commit
7403424764
2 changed files with 2 additions and 3 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.6.7"
|
"version": "1.6.8"
|
||||||
}
|
}
|
||||||
|
|
@ -395,8 +395,7 @@ SMODS.Joker {
|
||||||
|
|
||||||
for i = #c, 1, -1 do
|
for i = #c, 1, -1 do
|
||||||
if (((c[i] or {}).ability or {}).consumeable or {}).hand_type then
|
if (((c[i] or {}).ability or {}).consumeable or {}).hand_type then
|
||||||
c[i]:use_consumeable()
|
G.FUNCS.use_card(c[i], true)
|
||||||
local _ = c[i] and c[i]:start_dissolve()
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue