make Numpad3 action work remotely

This commit is contained in:
JohnCorby 2022-08-20 18:02:05 -07:00
parent bc7a7211b9
commit 3b030e4580

View File

@ -191,9 +191,7 @@ public class DebugActions : MonoBehaviour, IAddComponentOnStart
sarcoController.secondSealProjector.SetLit(false);
sarcoController.thirdSealProjector.SetLit(false);
sarcoController._attemptOpenAfterDelay = true;
sarcoController._openAttemptTime = Time.time + 0.5f;
sarcoController.enabled = true;
sarcoController.OnPressInteract();
}
if (Keyboard.current[Key.Numpad4].wasPressedThisFrame)