diff --git a/NewHorizons/Builder/General/SpawnPointBuilder.cs b/NewHorizons/Builder/General/SpawnPointBuilder.cs index 591defb4..536582aa 100644 --- a/NewHorizons/Builder/General/SpawnPointBuilder.cs +++ b/NewHorizons/Builder/General/SpawnPointBuilder.cs @@ -65,6 +65,13 @@ namespace NewHorizons.Builder.General } ship.GetRequiredComponent().SetBodyToMatch(owRigidBody); + + // Might fix #648 + var fogWarpVolume = planetGO.GetComponentInChildren(); + if (fogWarpVolume != null) + { + ship.GetComponentInChildren().TrackFogWarpVolume(fogWarpVolume); + } } spawnGO.SetActive(true);