Skip to content

Commit 0f2cd72

Browse files
authored
Oh
oh
1 parent b46cfa2 commit 0f2cd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,9 +1752,9 @@ local gardenfork = {
17521752
calculate = function(self, card, context)
17531753
if context.cardarea == G.jokers and context.before then
17541754
for i = 1, #context.full_hand do
1755-
if context.scoring_hand[i]:get_id() == 14 then
1755+
if context.full_hand[i]:get_id() == 14 then
17561756
for j = 1, #context.full_hand do
1757-
if context.scoring_hand[j]:get_id() == 7 then -- :( ekshpenshive
1757+
if context.full_hand[j]:get_id() == 7 then -- :( ekshpenshive
17581758
ease_dollars(card.ability.extra.money)
17591759
return { message = "$" .. card.ability.extra.money, colour = G.C.MONEY }
17601760
end

0 commit comments

Comments
 (0)