Adjust fortress spawns.
This commit is contained in:
parent
57ef1744c5
commit
10d8a0cc5c
2 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ fun_caves.is_fortress = function(pos, cs)
|
|||
return
|
||||
end
|
||||
|
||||
if math.floor((n * 10000) % (fun_caves.DEBUG and 4 or 19)) == 1 then
|
||||
if math.floor((n * 10000) % 13) == 1 then
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue