4
Fork 0

Release weather override after The Voice from the Water resolution; fixes possible stuck raining

english-generic-dialogue
Eddoursul 2 years ago
parent 350c6460b7
commit b9d53cd53b
  1. BIN
      Enderal - Forgotten Stories.esm
  2. 20
      Enderal - Forgotten Stories.esm.xml
  3. BIN
      scripts/_00e_nq15functions.pex
  4. 4
      source/scripts/_00e_nq15functions.psc

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -179,7 +179,10 @@ Function DespawnWoman()
_00E_TeleportVanishShader.Play(NQ15Woman)
Wait(3)
NQ15Woman.Disable()
Wait(5)
Levelsystem.RemoveSilence()
Wait(3)
Weather.ReleaseOverride()
EndFunction
@ -188,6 +191,7 @@ Function EnableContainerAndGiveKey()
NQ15Container.Enable()
PlayerREF.AddItem(_00E_NQ15ContainerKey, 1)
Levelsystem.RemoveSilence()
Weather.ReleaseOverride()
EndFunction

Loading…
Cancel
Save