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
|
return config.ignored[obj.id:lower()] or
|
||||||
config.ignored[obj.sourceMod:lower()] or
|
config.ignored[obj.sourceMod:lower()] or
|
||||||
isGuard or
|
isGuard or
|
||||||
isVampire
|
isVampire or
|
||||||
|
common.runtimeData.followers[npc.object.id]
|
||||||
end
|
end
|
||||||
|
|
||||||
-- cell worth is combined worth of all NPCs
|
-- cell worth is combined worth of all NPCs
|
||||||
|
|
Loading…
Reference in a new issue