Fix Spearmaster crash

This commit is contained in:
Emik 2026-05-23 19:13:13 +02:00
parent 7403424764
commit 9574b532dc
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 4 additions and 2 deletions

View file

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

View file

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