Prevent The Wee from showing up on a deck that gets destroyed by it

This commit is contained in:
Emik 2026-07-14 21:21:33 +02:00
parent 601975e364
commit be9cad765d
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 4 additions and 1 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.11.7"
"version": "1.11.8"
}

View file

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