Skip to content

Commit d38e4aa

Browse files
committed
Added missing Lock eternal info_queue
1 parent 2247985 commit d38e4aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

items/spectral.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ local lock = {
257257
cost = 4,
258258
order = 1,
259259
atlas = "atlasnotjokers",
260+
loc_vars = function(self, info_queue, card)
261+
info_queue[#info_queue+1] = {key = 'eternal', set = 'Other'}
262+
end,
260263
can_use = function(self, card)
261264
return #G.jokers.cards > 0
262265
end,

0 commit comments

Comments
 (0)