it's never bad weather inside
This commit is contained in:
parent
83a69bf9c1
commit
3daaf971a5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue