Trigger missing context
This commit is contained in:
parent
6cf6938a1b
commit
656be9aa38
2 changed files with 5 additions and 5 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.11.21"
|
||||
"version": "1.11.22"
|
||||
}
|
||||
|
|
@ -397,14 +397,14 @@ SMODS.Joker {
|
|||
return not card.debuff and Jane.can_use() and next(G.hand.highlighted)
|
||||
end,
|
||||
Bakery_use_joker = function(_, card)
|
||||
for _, v in pairs(SMODS.find_card("j_jane_oxy")) do
|
||||
Jane.oxy(v, G.hand.highlighted)
|
||||
end
|
||||
local removed = {unpack(G.hand.highlighted)}
|
||||
|
||||
for _, v in pairs(G.hand.highlighted) do
|
||||
for _, v in pairs(removed) do
|
||||
v:start_dissolve()
|
||||
end
|
||||
|
||||
SMODS.calculate_context {remove_playing_cards = true, removed = removed}
|
||||
|
||||
if Jane.cry then
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue