don't valuate followers
This commit is contained in:
parent
673a2d9cff
commit
567693e8e3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue