Update init.lua

This commit is contained in:
NewbProgrammer101 2017-07-10 17:21:28 -05:00 committed by GitHub
parent f9055bff71
commit 350fd227ff

View File

@ -29,14 +29,14 @@ local np_cata = {
} }
-- Passages -- Passages
local MINPLEN = 3 -- Min max length local MINPLEN = 25 -- Min max length
local MAXPLEN = 32 local MAXPLEN = 32
local MINPWID = 3 -- Min max outer width local MINPWID = 12 -- Min max outer width
local MAXPWID = 24 local MAXPWID = 18
-- Chambers -- Chambers
local MINCWID = 6 -- Min max outer EW NS widths, min max outer height. local MINCWID = 55 -- Min max outer EW NS widths, min max outer height.
local MAXCWID = 32 local MAXCWID = 65
local MINCHEI = 6 local MINCHEI = 6
local MAXCHEI = 32 local MAXCHEI = 32