From 66aa414ec0fd1afe12d3b318d4a05aebd22cb434 Mon Sep 17 00:00:00 2001 From: Emik Date: Mon, 13 Jul 2026 21:09:46 +0200 Subject: [PATCH] Fix unlock condition --- manifest.json | 2 +- src/back.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 49a1a3a..a09068c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.51", + "version": "2.9.52", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/back.lua b/src/back.lua index 6e2e15f..724d6b2 100644 --- a/src/back.lua +++ b/src/back.lua @@ -134,6 +134,7 @@ back { check_for_unlock = function(_, args) return args ~= "Bakery_nothing" and G.jokers and + next((G.jokers or {}).cards) and not not f(G.jokers.cards):map "ability":all "perishable" end, apply = function(self)