diff --git a/QSB/DeathSync/Patches/DeathPatches.cs b/QSB/DeathSync/Patches/DeathPatches.cs index c795a1d1b..ea4be865c 100644 --- a/QSB/DeathSync/Patches/DeathPatches.cs +++ b/QSB/DeathSync/Patches/DeathPatches.cs @@ -66,6 +66,12 @@ public static bool HighSpeedImpactSensor_HandlePlayerInsideShip(HighSpeedImpactS [HarmonyPatch(typeof(DeathManager), nameof(DeathManager.FinishDeathSequence))] public static bool DeathManager_FinishDeathSequence(DeathManager __instance) { + // funny moment for eye + if (QSBSceneManager.CurrentScene != OWScene.SolarSystem) + { + return true; + } + if (!__instance._isDead) { if (__instance.CheckShouldWakeInDreamWorld())