Skip to content

Commit 1295e89

Browse files
authored
Merge pull request #436 from SDM0/main
2 parents 2247985 + 405f986 commit 1295e89

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)