Skip to content

Commit 0d4d35e

Browse files
committed
bugfixin'
1 parent 2159b39 commit 0d4d35e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

items/deck.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ local redeemed = {
220220
else
221221
area = G.play
222222
end
223+
if not G.cry_redeemed_buffer then G.cry_redeemed_buffer = {} end
223224
if not G.cry_redeemed_buffer[v.key] and v.unlocked then
224225
local card = create_card("Voucher", area, nil, nil, nil, nil, v.key)
225226
G.cry_redeemed_buffer[v.key] = true

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ local sus = {
13691369
local function is_impostor(card)
13701370
return card.base.value and SMODS.Ranks[card.base.value].key == "King" and card:is_suit("Hearts")
13711371
end
1372-
if context.end_of_round and context.cardarea == G.jokers then
1372+
if context.end_of_round and context.cardarea == G.jokers and not context.blueprint and not context.retrigger_joker then
13731373
if not card.ability.used_round or card.ability.used_round ~= G.GAME.round then
13741374
card.ability.chosen_card = nil
13751375
end

0 commit comments

Comments
 (0)