diff --git a/QSB/DeathSync/Patches/DeathPatches.cs b/QSB/DeathSync/Patches/DeathPatches.cs index c795a1d1..ea4be865 100644 --- a/QSB/DeathSync/Patches/DeathPatches.cs +++ b/QSB/DeathSync/Patches/DeathPatches.cs @@ -66,6 +66,12 @@ public class DeathPatches : QSBPatch [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())