File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4255,6 +4255,7 @@ local pointer = {
42554255 G .DEBUG_POINTER
42564256 or (
42574257 G .P_CENTERS [current_card ].unlocked
4258+ and # G .jokers .cards + G .GAME .joker_buffer < G .jokers .config .card_limit
42584259 and not G .GAME .banned_keys [current_card ]
42594260 and (G .P_CENTERS [current_card ].rarity ~= " cry_exotic" or # SMODS .find_card (" j_jen_p03" ) > 0 )
42604261 and not (Jen and Jen .overpowered (G .P_CENTERS [current_card ].rarity ))
@@ -4272,6 +4273,7 @@ local pointer = {
42724273 G .DEBUG_POINTER
42734274 or (
42744275 G .P_CENTERS [current_card ].set ~= " jen_omegaconsumable"
4276+ and # G .consumeables .cards + G .GAME .consumeable_buffer < G .consumeables .config .card_limit
42754277 and not G .GAME .banned_keys [current_card ]
42764278 )
42774279 )
You can’t perform that action at this time.
0 commit comments