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

This commit is contained in:
Eddoursul 2021-10-22 02:53:26 +02:00
parent 350c6460b7
commit b9d53cd53b
4 changed files with 22 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

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