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 6fd8ff3 commit 31c3de4Copy full SHA for 31c3de4
items/misc_joker.lua
@@ -10421,7 +10421,7 @@ local yarnball = { -- +1 to all listed probabilities for the highest cat tag lev
10421
order = 140,
10422
demicoloncompat = false,
10423
in_pool = function(self)
10424
- if not G.GAME.tags or G.GAME.tags == 0 then return false end
+ if not G.GAME.tags or #G.GAME.tags == 0 then return false end
10425
for _, tag in pairs(G.GAME.tags) do
10426
if tag.key == "tag_cry_cat" then
10427
return true
0 commit comments