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,