Fix unlock condition

This commit is contained in:
Emik 2026-07-13 21:09:46 +02:00
parent 1cc07189db
commit 66aa414ec0
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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)