funny moment

This commit is contained in:
JohnCorby 2022-06-07 16:41:49 -07:00
parent 140d42cabd
commit 7867f2ef11

View File

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