Skip to content

Commit 930e540

Browse files
committed
SUS fix
i'm not the impostor, it was yellow
1 parent 4c67dda commit 930e540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ local sus = {
13941394
local function is_impostor(card)
13951395
return card.base.value and SMODS.Ranks[card.base.value].key == "King" and card:is_suit("Hearts")
13961396
end
1397-
if context.end_of_round and not context.cardarea then
1397+
if context.end_of_round and context.cardarea == G.jokers then
13981398
if not card.ability.used_round or card.ability.used_round ~= G.GAME.round then
13991399
card.ability.chosen_card = nil
14001400
end

0 commit comments

Comments
 (0)