Skip to content

Commit 6dfb63f

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent cacaeb2 commit 6dfb63f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/overrides.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ 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] or G.GAME.cry_banished_keys[v.key]) then
43+
if
44+
v.unlocked == true
45+
and not Cryptid.no(v, "doe", k)
46+
and not (G.GAME.banned_keys[v.key] or G.GAME.cry_banished_keys[v.key])
47+
then
4448
P_CRY_ITEMS[#P_CRY_ITEMS + 1] = v.key
4549
end
4650
end

0 commit comments

Comments
 (0)