From 1dc7378e53a21c9bd47d663055b8ce19d8923f1d Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sat, 21 Mar 2015 22:24:15 +0100 Subject: [PATCH] remove useless param --- mods/tsm_pyramids/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/tsm_pyramids/init.lua b/mods/tsm_pyramids/init.lua index 8edf9efc..d36dce97 100644 --- a/mods/tsm_pyramids/init.lua +++ b/mods/tsm_pyramids/init.lua @@ -25,7 +25,7 @@ function pyramids.fill_chest(pos) if math.random(1,10) < 7 then return end local stacks = {} if minetest.get_modpath("treasurer") ~= nil then - stacks = treasurer.select_random_treasures(3,7,9,{"minetool", "food", "crafting_component"}) + stacks = treasurer.select_random_treasures() else for i=0,2,1 do local stuff = chest_stuff[math.random(1,#chest_stuff)]