Ban The Wee from United Sleeve

This commit is contained in:
Emik 2026-08-03 20:22:49 +02:00
parent 2e9689b55d
commit 147281470a
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 2 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.11.19" "version": "1.11.20"
} }

View file

@ -109,7 +109,8 @@ SMODS.Blind {
vars = {}, vars = {},
dollars = Jane.cry and 2 or 5, dollars = Jane.cry and 2 or 5,
in_pool = function() in_pool = function()
return ((((G.GAME or {}).selected_back or {}).effect or {}).center or {}).key ~= "b_Bakery_LoneStar" return (G.GAME or {}).selected_sleeve ~= "sleeve_Bakery_United" and
((((G.GAME or {}).selected_back or {}).effect or {}).center or {}).key ~= "b_Bakery_LoneStar"
end, end,
disable = function(self) disable = function(self)
self.disabled = true self.disabled = true