Skip to content

Commit

Permalink
value blacklist adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
hanakocz committed Aug 18, 2022
1 parent 64e037a commit 48142ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/expanse/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ local function init_container(expanse, entity, budget)
local item_stacks = {}
local roll_count = 3
for _ = 1, roll_count, 1 do
for _, stack in pairs(Price_raffle.roll(math.floor(cell_value / roll_count), 3, nil, cell_value / (roll_count * 3))) do
for _, stack in pairs(Price_raffle.roll(math.floor(cell_value / roll_count), 3, nil, cell_value / (roll_count * 6))) do
if not item_stacks[stack.name] then
item_stacks[stack.name] = stack.count
else
Expand Down

0 comments on commit 48142ad

Please sign in to comment.