From 7867f2ef11a3472a0545e1ed2691ff3d785af9af Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Tue, 7 Jun 2022 16:41:49 -0700 Subject: [PATCH] funny moment --- QSB/DeathSync/RespawnOnDeath.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QSB/DeathSync/RespawnOnDeath.cs b/QSB/DeathSync/RespawnOnDeath.cs index 4d5a2f6f..c990d24d 100644 --- a/QSB/DeathSync/RespawnOnDeath.cs +++ b/QSB/DeathSync/RespawnOnDeath.cs @@ -87,6 +87,8 @@ public class RespawnOnDeath : MonoBehaviour _playerResources._isSuffocating = false; _playerResources.DebugRefillResources(); + // death by oxygen turns this off, so we gotta enable it again + Delay.RunNextFrame(() => _playerResources.enabled = true); _spaceSuit.RemoveSuit(true); foreach (var pickupVolume in _suitPickupVolumes)