From be9cad765d7419611b3cd8fcaa67d9386eeb1336 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 14 Jul 2026 21:21:33 +0200 Subject: [PATCH] Prevent The Wee from showing up on a deck that gets destroyed by it --- manifest.json | 2 +- src/blind.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fbf2fda..b56e3a6 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.11.7" + "version": "1.11.8" } \ No newline at end of file diff --git a/src/blind.lua b/src/blind.lua index 31ca5e3..8f4cc84 100644 --- a/src/blind.lua +++ b/src/blind.lua @@ -108,6 +108,9 @@ SMODS.Blind { pos = {x = 0, y = 3}, vars = {}, dollars = Jane.cry and 2 or 5, + in_pool = function() + return ((((G.GAME or {}).selected_back or {}).effect or {}).center or {}).key ~= "b_Bakery_LoneStar" + end, disable = function(self) self.disabled = true end,