From 63123ec14173c313a7e4a19b6bf1b64f13f09c82 Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 6 Jun 2026 04:00:42 +0200 Subject: [PATCH] Prevent Basket from cloning jokers if they end up there somehow --- manifest.json | 2 +- src/joker.lua | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6002faa..188ec49 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.8.16", + "version": "2.8.17", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/joker.lua b/src/joker.lua index f3b9153..f6fb80d 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -242,7 +242,9 @@ joker { table.insert(info_queue, negative) end, calculate = function(_, _, context) - return (context.selling_self or context.forcetrigger) and f(G.consumeables.cards):each(function(v) + return (context.selling_self or context.forcetrigger) and f(G.consumeables.cards):where(function(v, k) + return v.config.center.set ~= "Joker" + end):each(function(v) q { delay = 1, func = function()