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 b5675f8 commit cacaeb2Copy full SHA for cacaeb2
lib/overrides.lua
@@ -40,7 +40,7 @@ function get_current_pool(_type, _rarity, _legendary, _append, override_equilibr
40
local valid_pools = { "Joker", "Consumeables", "Voucher", "Booster" }
41
for _, id in ipairs(valid_pools) do
42
for k, v in pairs(G.P_CENTER_POOLS[id]) do
43
- if v.unlocked == true and not Cryptid.no(v, "doe", k) and not G.GAME.banned_keys[v.key] then
+ if v.unlocked == true and not Cryptid.no(v, "doe", k) and not (G.GAME.banned_keys[v.key] or G.GAME.cry_banished_keys[v.key]) then
44
P_CRY_ITEMS[#P_CRY_ITEMS + 1] = v.key
45
end
46
0 commit comments