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 b46cfa2 commit 0f2cd72Copy full SHA for 0f2cd72
items/misc_joker.lua
@@ -1752,9 +1752,9 @@ local gardenfork = {
1752
calculate = function(self, card, context)
1753
if context.cardarea == G.jokers and context.before then
1754
for i = 1, #context.full_hand do
1755
- if context.scoring_hand[i]:get_id() == 14 then
+ if context.full_hand[i]:get_id() == 14 then
1756
for j = 1, #context.full_hand do
1757
- if context.scoring_hand[j]:get_id() == 7 then -- :( ekshpenshive
+ if context.full_hand[j]:get_id() == 7 then -- :( ekshpenshive
1758
ease_dollars(card.ability.extra.money)
1759
return { message = "$" .. card.ability.extra.money, colour = G.C.MONEY }
1760
end
0 commit comments