We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c67dda commit 930e540Copy full SHA for 930e540
items/misc_joker.lua
@@ -1394,7 +1394,7 @@ local sus = {
1394
local function is_impostor(card)
1395
return card.base.value and SMODS.Ranks[card.base.value].key == "King" and card:is_suit("Hearts")
1396
end
1397
- if context.end_of_round and not context.cardarea then
+ if context.end_of_round and context.cardarea == G.jokers then
1398
if not card.ability.used_round or card.ability.used_round ~= G.GAME.round then
1399
card.ability.chosen_card = nil
1400
0 commit comments