Removed arbitrary god mode disabling before using the elevator in Starcity

This commit is contained in:
Eddoursul 2024-02-02 10:11:22 +01:00
parent 05ff85a25e
commit c140a017d2
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -289,7 +289,6 @@ Function MoveElevatorUP()
MQ13b_SC08_ElevatorREF.TranslateToREF(objElevatorOrigin, 140.0) MQ13b_SC08_ElevatorREF.TranslateToREF(objElevatorOrigin, 140.0)
StartElevatorSound() StartElevatorSound()
Wait(1) Wait(1)
Debug.SetGodMode(False)
EndFunction EndFunction
@ -365,7 +364,7 @@ Function NexusElevatorDown()
MQ13b_SC11_ShutterREF.TranslateToRef(MQ13b_SC11_ShutterREFMarker, 300.0, 300.0) MQ13b_SC11_ShutterREF.TranslateToRef(MQ13b_SC11_ShutterREFMarker, 300.0, 300.0)
Timescale.SetValue(10000) Timescale.SetValue(10000)
Game.DisablePlayerControls() Game.DisablePlayerControls()
Debug.SetGodMode(1) PlayerREF.SetGhost(true)
Game.ForceFirstPerson() Game.ForceFirstPerson()
Game.ShakeCamera(afStrength = 0.5, afDuration = 10) Game.ShakeCamera(afStrength = 0.5, afDuration = 10)
int iTimer = 1 int iTimer = 1