diff --git a/manifest.json b/manifest.json index 92360df..72ecc19 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.6.8" + "version": "1.6.9" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index 3277685..17ae33e 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -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,