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 20a0514 + 6934c67 commit 9c54d2dCopy full SHA for 9c54d2d
items/misc_joker.lua
@@ -1755,7 +1755,7 @@ local gardenfork = {
1755
return { vars = { center.ability.extra.money } }
1756
end,
1757
calculate = function(self, card, context)
1758
- if context.cardarea == G.jokers and context.before and not context.blueprint then
+ if context.cardarea == G.jokers and context.before then
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
0 commit comments