Increase dungeon levels.

This commit is contained in:
Duane 2016-08-05 01:56:40 -05:00
parent 35e52b1a7b
commit 7c0b4affe5

View file

@ -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