From 740342476471b97b5638b021935aca1cad05f8bd Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 23 May 2026 19:03:25 +0200 Subject: [PATCH] Trigger jokers --- manifest.json | 2 +- src/slugcat.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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,