From 805dd7c8d7bc6f7ae02a23b2d0743f9c92151d94 Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 9 Jul 2026 18:17:51 +0200 Subject: [PATCH] Coerce --- manifest.json | 2 +- src/blind.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1efb9a9..1223e86 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.46", + "version": "2.9.47", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/blind.lua b/src/blind.lua index ab1c96c..2299512 100644 --- a/src/blind.lua +++ b/src/blind.lua @@ -163,7 +163,7 @@ blind { local _ = not b.disabled and context.drawing_cards and table.sort(G.deck.cards, sort_by_enhancement) end, in_pool = function() - return G.playing_cards and f(G.playing_cards):any(has_enhancement) + return G.playing_cards and not not f(G.playing_cards):any(has_enhancement) end, }