Skip to content

Commit d681ae0

Browse files
a
1 parent e2a2a66 commit d681ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/spooky.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ local blacklist = {
972972
pseudorandom_element(SMODS.Ranks, pseudoseed("cry_blacklist" .. G.GAME.round_resets.ante))
973973
end,
974974
loc_vars = function(self, info_queue, center)
975-
return { vars = { center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace" } }
975+
return { vars = { localize(center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace", "ranks") } }
976976
end,
977977
}
978978
local ghost = {

0 commit comments

Comments
 (0)