changed default type to match
This commit is contained in:
parent
f1c9d9f4d5
commit
af29905883
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local common = require("celediel.DoorRandomizer.common")
|
||||||
|
|
||||||
local defaultConfig = {
|
local defaultConfig = {
|
||||||
randomizeChance = 50,
|
randomizeChance = 50,
|
||||||
interiorExterior = common.cellTypes.both,
|
interiorExterior = common.cellTypes.match,
|
||||||
wildernessCells = true,
|
wildernessCells = true,
|
||||||
needDoor = true,
|
needDoor = true,
|
||||||
debug = false,
|
debug = false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue