File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments