diff --git a/init.lua b/init.lua index f9d4a49..d304f91 100644 --- a/init.lua +++ b/init.lua @@ -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