From 3aae6144ee4745002dabfaecf4e28bb87d4737d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 4 Oct 2020 01:14:25 -0700 Subject: [PATCH] less false positives with this --- MWSE/mods/celediel/NPCsGoHome/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/config.lua b/MWSE/mods/celediel/NPCsGoHome/config.lua index dd60f58..f249ba4 100644 --- a/MWSE/mods/celediel/NPCsGoHome/config.lua +++ b/MWSE/mods/celediel/NPCsGoHome/config.lua @@ -1,6 +1,6 @@ local common = require("celediel.NPCsGoHome.common") --- todo: clean this up +-- todo: clean this up some more local defaultConfig = { -- general settings ignored = { @@ -25,7 +25,7 @@ local defaultConfig = { }, worstWeather = tes3.weather.thunder, factionIgnorePercentage = 66, - minimumOccupancy = 3, + minimumOccupancy = 4, homelessWanderersToPublicHouses = false, -- move NPCs to public houses if they don't have a home disableInteraction = true, -- door settings