Update init.lua

master
NewbProgrammer101 2017-07-10 17:21:28 -05:00 committed by GitHub
parent f9055bff71
commit 350fd227ff
1 changed files with 5 additions and 5 deletions

View File

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