Adjust fortress spawns.

This commit is contained in:
Duane 2016-07-22 03:38:16 -05:00
parent 57ef1744c5
commit 10d8a0cc5c
2 changed files with 3 additions and 3 deletions

View file

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