Reduce amount of sand in chests

This commit is contained in:
Wuzzy 2019-08-20 03:19:46 +02:00
parent fb6cbbea66
commit 6fc1d927f8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function tsm_pyramids.fill_chest(pos, stype, flood_sand)
local stacks = {}
-- Fill with sand in sand-flooded pyramids
if flood_sand then
table.insert(stacks, {name=sand, count = math.random(1,40)})
table.insert(stacks, {name=sand, count = math.random(1,25)})
end
-- Add treasures
if math.random(1,10) >= 7 then