Increase dungeon levels.
This commit is contained in:
parent
35e52b1a7b
commit
7c0b4affe5
1 changed files with 1 additions and 1 deletions
2
abms.lua
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue