diff --git a/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua b/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua index 7370dc7..645790f 100644 --- a/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua +++ b/MWSE/mods/celediel/NPCsGoHome/functions/checks.lua @@ -311,7 +311,7 @@ end -- inclement weather this.isInclementWeather = function() - if not tes3.getCurrentWeather() then return false end + if not tes3.getCurrentWeather() or this.isInteriorCell(tes3.getPlayerCell()) then return false end local index = tes3.getCurrentWeather().index local isBad = index >= config.worstWeather