From 7c0b4affe5992614fdf6b8f969554c14fd0fc196 Mon Sep 17 00:00:00 2001 From: Duane Date: Fri, 5 Aug 2016 01:56:40 -0500 Subject: [PATCH] Increase dungeon levels. --- abms.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abms.lua b/abms.lua index 4d45b54..f0b867d 100644 --- a/abms.lua +++ b/abms.lua @@ -372,7 +372,7 @@ minetest.register_abm({ end end - local target_level = math.max(2, math.ceil((pos.y - 3 ^ math.random(9)) / -2000)) + local target_level = math.max(2, math.ceil((pos.y - 3 ^ math.random(9)) / -200)) local desc for i = 1, 100 do