Release weather override after The Voice from the Water resolution; fixes possible stuck raining
This commit is contained in:
parent
350c6460b7
commit
b9d53cd53b
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…
Reference in New Issue
Block a user