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.
2 parents 0688a26 + b29e3be commit f860baaCopy full SHA for f860baa
items/misc_joker.lua
@@ -1757,9 +1757,9 @@ local gardenfork = {
1757
calculate = function(self, card, context)
1758
if context.cardarea == G.jokers and context.before and not context.blueprint then
1759
for i = 1, #context.full_hand do
1760
- if context.other_card:get_id() == 14 then
+ if context.scoring_hand[i]:get_id() == 14 then
1761
for j = 1, #context.full_hand do
1762
- if context.other_card: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