Prevent The Wee from showing up on a deck that gets destroyed by it
This commit is contained in:
parent
601975e364
commit
29e4265b1f
2 changed files with 4 additions and 1 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.11.7"
|
||||
"version": "1.11.8"
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue