less false positives with this

This commit is contained in:
Lilian Jónsdóttir 2020-10-04 01:14:25 -07:00
parent efbd7930ac
commit 3aae6144ee

View file

@ -1,6 +1,6 @@
local common = require("celediel.NPCsGoHome.common") local common = require("celediel.NPCsGoHome.common")
-- todo: clean this up -- todo: clean this up some more
local defaultConfig = { local defaultConfig = {
-- general settings -- general settings
ignored = { ignored = {
@ -25,7 +25,7 @@ local defaultConfig = {
}, },
worstWeather = tes3.weather.thunder, worstWeather = tes3.weather.thunder,
factionIgnorePercentage = 66, factionIgnorePercentage = 66,
minimumOccupancy = 3, minimumOccupancy = 4,
homelessWanderersToPublicHouses = false, -- move NPCs to public houses if they don't have a home homelessWanderersToPublicHouses = false, -- move NPCs to public houses if they don't have a home
disableInteraction = true, disableInteraction = true,
-- door settings -- door settings