Compare commits
2 commits
2d7cf24aa6
...
fd6f25b913
| Author | SHA1 | Date | |
|---|---|---|---|
| fd6f25b913 | |||
| 940058d18d |
1 changed files with 6 additions and 0 deletions
|
|
@ -418,7 +418,13 @@ SMODS.Joker {
|
||||||
c[i].jane_spearmaster = true
|
c[i].jane_spearmaster = true
|
||||||
c[i]:use_consumeable()
|
c[i]:use_consumeable()
|
||||||
SMODS.calculate_context {using_consumeable = true, consumeable = c[i], area = c[i].from_area}
|
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()
|
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
|
end
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue