Compare commits

..

No commits in common. "fd6f25b913b94412624d01edf597a559e1075223" and "2d7cf24aa6f567d5ea6fcd33ea0286f1a4df2c29" have entirely different histories.

View file

@ -418,13 +418,7 @@ SMODS.Joker {
c[i].jane_spearmaster = true
c[i]:use_consumeable()
SMODS.calculate_context {using_consumeable = true, consumeable = c[i], area = c[i].from_area}
local normal = c[i].area ~= G.pack_cards
c[i]:start_dissolve()
if not normal then
G.GAME.pack_choices = G.GAME.pack_choices - 1
local _ = G.GAME.pack_choices <= 0 and G.FUNCS.end_consumeable()
end
end
end
end,