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