_actually_ ignore fargoth when his quest isn't done
This commit is contained in:
parent
2e6c19a78b
commit
e3c5a219b8
|
@ -222,7 +222,7 @@ local function fargothCheck()
|
|||
hiding. He rewarded me with some gold, and told me I could keep
|
||||
anything else I found in the bag besides the money he wanted.
|
||||
]]
|
||||
return tes3.getJournalIndex("MS_Lookout") >= 30
|
||||
return ( tes3.getJournalIndex({ id = "MS_Lookout" }) or 0 ) <= 30
|
||||
end
|
||||
|
||||
local function isIgnoredNPC(npc)
|
||||
|
|
Loading…
Reference in a new issue