Prevent The Wee from showing up on a deck that gets destroyed by it
This commit is contained in:
parent
601975e364
commit
be9cad765d
2 changed files with 4 additions and 1 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.7"
|
"version": "1.11.8"
|
||||||
}
|
}
|
||||||
|
|
@ -108,6 +108,9 @@ SMODS.Blind {
|
||||||
pos = {x = 0, y = 3},
|
pos = {x = 0, y = 3},
|
||||||
vars = {},
|
vars = {},
|
||||||
dollars = Jane.cry and 2 or 5,
|
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)
|
disable = function(self)
|
||||||
self.disabled = true
|
self.disabled = true
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue