mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
comment
This commit is contained in:
parent
a52332f1d0
commit
960d6709c8
@ -45,6 +45,9 @@ public class DeathPatches : QSBPatch
|
||||
// don't take damage from impact in ship
|
||||
!PlayerState.IsInsideShip();
|
||||
|
||||
/// <summary>
|
||||
/// don't insta-die from impact in ship
|
||||
/// </summary>
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(HighSpeedImpactSensor), nameof(HighSpeedImpactSensor.FixedUpdate))]
|
||||
public static bool HighSpeedImpactSensor_FixedUpdate(HighSpeedImpactSensor __instance)
|
||||
|
Loading…
Reference in New Issue
Block a user