Skip to content

Commit 8f46c00

Browse files
... fix *correctly*
1 parent 03a23e3 commit 8f46c00

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
@@ -1759,7 +1759,7 @@ local gardenfork = {
17591759
for i = 1, #context.full_hand do
17601760
if context.scoring_hand[i]:get_id() == 14 then
17611761
for j = 1, #context.full_hand do
1762-
if context.scoring_hand[i]:get_id() == 7 then -- :( ekshpenshive
1762+
if context.scoring_hand[j]:get_id() == 7 then -- :( ekshpenshive
17631763
ease_dollars(card.ability.extra.money)
17641764
return { message = "$" .. card.ability.extra.money, colour = G.C.MONEY }
17651765
end

0 commit comments

Comments
 (0)