From 6fc1d927f8dc5d89101d1f2b6f2beedd080de899 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 20 Aug 2019 03:19:46 +0200 Subject: [PATCH] Reduce amount of sand in chests --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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