Skip to content

Commit 3a51024

Browse files
authored
fix rework infotip
1 parent ff4d58e commit 3a51024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/code.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@ local rework = {
28122812
cost = 4,
28132813
loc_vars = function(self, info_queue)
28142814
info_queue[#info_queue + 1] =
2815-
{ set = "Tag", key = "tag_cry_rework", specific_vars = { "[edition]", "[joker]" } }
2815+
{ set = "Tag", key = "tag_cry_rework", specific_vars = { "[edition]", "[joker]", "n" } }
28162816
return { vars = {} }
28172817
end,
28182818
can_use = function(self, card)

0 commit comments

Comments
 (0)