diff --git a/QSB/DeathSync/Patches/DeathPatches.cs b/QSB/DeathSync/Patches/DeathPatches.cs index 45579fce..349d5fcb 100644 --- a/QSB/DeathSync/Patches/DeathPatches.cs +++ b/QSB/DeathSync/Patches/DeathPatches.cs @@ -45,6 +45,9 @@ public class DeathPatches : QSBPatch // don't take damage from impact in ship !PlayerState.IsInsideShip(); + /// + /// don't insta-die from impact in ship + /// [HarmonyPrefix] [HarmonyPatch(typeof(HighSpeedImpactSensor), nameof(HighSpeedImpactSensor.FixedUpdate))] public static bool HighSpeedImpactSensor_FixedUpdate(HighSpeedImpactSensor __instance)