From 567693e8e360886884f72f0f0848b4ca6c1d0875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 22 Aug 2021 00:27:22 -0700 Subject: [PATCH] don't valuate followers --- MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua b/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua index 497e7f5..1bafb5d 100644 --- a/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua +++ b/MWSE/mods/celediel/NPCsGoHome/functions/cellEvaluators.lua @@ -17,7 +17,8 @@ local function isIgnoredNPCLite(npc) return config.ignored[obj.id:lower()] or config.ignored[obj.sourceMod:lower()] or isGuard or - isVampire + isVampire or + common.runtimeData.followers[npc.object.id] end -- cell worth is combined worth of all NPCs