Fix Escapey destroying jokers on new deck
This commit is contained in:
parent
87e5be7ba7
commit
fa1b398c08
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.7.0"
|
||||
"version": "1.7.1"
|
||||
}
|
||||
|
|
@ -49,7 +49,7 @@ local granddad_palette = {
|
|||
}
|
||||
|
||||
local function destructible(card)
|
||||
return not card.highlighted and not (card.ability or {}).eternal
|
||||
return card.ability.consumeable and not card.highlighted and not (card.ability or {}).eternal
|
||||
end
|
||||
|
||||
local function food_jokers_count()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue