Los Pollos Hermanos

This commit is contained in:
Nick 2023-09-27 18:09:20 -04:00
parent 9c1741622d
commit 002ac651fd

View File

@ -575,7 +575,9 @@ namespace NewHorizons
// ShipWarpController will handle the invulnerability otherwise
if (!shouldWarpInFromShip)
{
Delay.FireOnNextUpdate(() => InvulnerabilityHandler.MakeInvulnerable(false));
}
Locator.GetPlayerBody().gameObject.AddComponent<DebugRaycaster>();
Locator.GetPlayerBody().gameObject.AddComponent<DebugPropPlacer>();