Skip to content

Commit 72ed503

Browse files
committed
fix typo
1 parent 37e7a01 commit 72ed503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

items/epic.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -914,18 +914,18 @@ local boredom = {
914914
end
915915
end
916916
local joker = pseudorandom_element(cards, pseudoseed("cry_boredom_joker"))
917-
joker.cry_boredom_marked = true
917+
joker.cry_boredom_marked = card
918918
end
919919
if context.after then
920920
for i, v in pairs(G.jokers.cards) do
921-
joker.cry_boredom_marked = nil
921+
v.cry_boredom_marked = nil
922922
end
923923
end
924924
if
925925
context.retrigger_joker_check
926926
and not context.retrigger_joker
927927
and not (context.other_card.ability and context.other_card.ability.name == "cry-Boredom")
928-
and context.other_card.cry_boredom_marked
928+
and context.other_card.cry_boredom_marked == card
929929
then
930930
if
931931
pseudorandom("cry_boredom_joker")

0 commit comments

Comments
 (0)