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