diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index b6c5dc5d..96f13fb3 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -575,7 +575,9 @@ namespace NewHorizons // ShipWarpController will handle the invulnerability otherwise if (!shouldWarpInFromShip) + { Delay.FireOnNextUpdate(() => InvulnerabilityHandler.MakeInvulnerable(false)); + } Locator.GetPlayerBody().gameObject.AddComponent(); Locator.GetPlayerBody().gameObject.AddComponent();