it's never bad weather inside

This commit is contained in:
Lilian Jónsdóttir 2020-09-13 00:55:56 -07:00
parent 83a69bf9c1
commit 3daaf971a5

View file

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