Skip to content

Commit cacaeb2

Browse files
authored
make delete work on doe
1 parent b5675f8 commit cacaeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overrides.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function get_current_pool(_type, _rarity, _legendary, _append, override_equilibr
4040
local valid_pools = { "Joker", "Consumeables", "Voucher", "Booster" }
4141
for _, id in ipairs(valid_pools) do
4242
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
43+
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
4444
P_CRY_ITEMS[#P_CRY_ITEMS + 1] = v.key
4545
end
4646
end

0 commit comments

Comments
 (0)