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 d681ae0 commit 4ae9ce9Copy full SHA for 4ae9ce9
items/spooky.lua
@@ -972,7 +972,9 @@ 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 = { localize(center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace", "ranks") } }
+ return {
976
+ vars = { localize(center.ability.extra.blacklist and center.ability.extra.blacklist.key or "Ace", "ranks") },
977
+ }
978
979
}
980
local ghost = {
0 commit comments