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 03a23e3 commit 8f46c00Copy full SHA for 8f46c00
items/misc_joker.lua
@@ -1759,7 +1759,7 @@ local gardenfork = {
1759
for i = 1, #context.full_hand do
1760
if context.scoring_hand[i]:get_id() == 14 then
1761
for j = 1, #context.full_hand do
1762
- if context.scoring_hand[i]:get_id() == 7 then -- :( ekshpenshive
+ if context.scoring_hand[j]:get_id() == 7 then -- :( ekshpenshive
1763
ease_dollars(card.ability.extra.money)
1764
return { message = "$" .. card.ability.extra.money, colour = G.C.MONEY }
1765
end
0 commit comments