Skip to content

Commit 9c54d2d

Browse files
Merge pull request #428 from dev-asya/main
fixed garden of forking paths compatibility with blueprint
2 parents 20a0514 + 6934c67 commit 9c54d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ local gardenfork = {
17551755
return { vars = { center.ability.extra.money } }
17561756
end,
17571757
calculate = function(self, card, context)
1758-
if context.cardarea == G.jokers and context.before and not context.blueprint then
1758+
if context.cardarea == G.jokers and context.before then
17591759
for i = 1, #context.full_hand do
17601760
if context.scoring_hand[i]:get_id() == 14 then
17611761
for j = 1, #context.full_hand do

0 commit comments

Comments
 (0)