Skip to content

Commit 6fd8ff3

Browse files
Optimization
1 parent bde01d1 commit 6fd8ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10421,6 +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
1042410425
for _, tag in pairs(G.GAME.tags) do
1042510426
if tag.key == "tag_cry_cat" then
1042610427
return true

0 commit comments

Comments
 (0)