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 c5e49e8 commit 8d4885aCopy full SHA for 8d4885a
lib/misc.lua
@@ -1036,7 +1036,9 @@ function Cryptid.get_circus_description()
1036
local desc = {}
1037
local ind = 1
1038
local extra_rarities = {}
1039
- if not Cryptid.circus_rarities then Cryptid.circus_rarities = {} end
+ if not Cryptid.circus_rarities then
1040
+ Cryptid.circus_rarities = {}
1041
+ end
1042
for i, v in pairs(Cryptid.circus_rarities) do
1043
if not v.hidden then
1044
extra_rarities[#extra_rarities + 1] = v
0 commit comments