Trigger missing context

This commit is contained in:
Emik 2026-08-03 23:32:33 +02:00
parent 6cf6938a1b
commit 5a4423cda1
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 5 additions and 5 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.11.21"
"version": "1.11.22"
}

View file

@ -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