Skip to content

Commit 31c3de4

Browse files
I forgor
1 parent 6fd8ff3 commit 31c3de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10421,7 +10421,7 @@ local yarnball = { -- +1 to all listed probabilities for the highest cat tag lev
1042110421
order = 140,
1042210422
demicoloncompat = false,
1042310423
in_pool = function(self)
10424-
if not G.GAME.tags or G.GAME.tags == 0 then return false end
10424+
if not G.GAME.tags or #G.GAME.tags == 0 then return false end
1042510425
for _, tag in pairs(G.GAME.tags) do
1042610426
if tag.key == "tag_cry_cat" then
1042710427
return true

0 commit comments

Comments
 (0)