From 48142adea7d58c3d330f272ecb47757430c728c4 Mon Sep 17 00:00:00 2001 From: hanakocz Date: Thu, 18 Aug 2022 19:17:06 +0200 Subject: [PATCH] value blacklist adjust --- maps/expanse/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/expanse/functions.lua b/maps/expanse/functions.lua index 565fc5f55..ef9f67fa9 100644 --- a/maps/expanse/functions.lua +++ b/maps/expanse/functions.lua @@ -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