Fix Maxie-related crash
This commit is contained in:
parent
c697aec6ef
commit
63e110d2d8
2 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.11.9"
|
||||
"version": "1.11.10"
|
||||
}
|
||||
|
|
@ -317,7 +317,7 @@ SMODS.Joker {
|
|||
local _ = context.starting_shop and self:add_to_deck(card, false)
|
||||
end,
|
||||
add_to_deck = function(_, card, from_debuff)
|
||||
if from_debuff then
|
||||
if from_debuff or G.STATE ~= G.STATES.SHOP and G.STATE ~= G.STATES.SMODS_BOOSTER_OPENED then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue