changed default type to match

This commit is contained in:
Lilian Jónsdóttir 2020-07-28 22:16:53 -07:00
parent f1c9d9f4d5
commit af29905883

View file

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