less false positives with this
This commit is contained in:
parent
efbd7930ac
commit
3aae6144ee
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue