_actually_ ignore fargoth when his quest isn't done

This commit is contained in:
Lilian Jónsdóttir 2020-08-05 20:49:40 -07:00
parent 2e6c19a78b
commit e3c5a219b8

View file

@ -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)