Reduce default max dirtroom size to 6

This commit is contained in:
Wuzzy 2019-02-19 16:12:20 +01:00
parent 7975f6a2e0
commit 29cb60ce16

View File

@ -974,7 +974,7 @@ end
local function create_corridor_system(main_cave_coords)
-- Dirt room size
local maxsize = 7
local maxsize = 6
if chaos_mode then
maxsize = 9
end