We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a2a66 commit d681ae0Copy full SHA for d681ae0
items/spooky.lua
@@ -972,7 +972,7 @@ local blacklist = {
972
pseudorandom_element(SMODS.Ranks, pseudoseed("cry_blacklist" .. G.GAME.round_resets.ante))
973
end,
974
loc_vars = function(self, info_queue, center)
975
- return { vars = { center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace" } }
+ return { vars = { localize(center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace", "ranks") } }
976
977
}
978
local ghost = {
0 commit comments