another comment

This commit is contained in:
JohnCorby 2023-06-22 00:13:45 -07:00
parent f23c7924ec
commit 0599e4c988

View File

@ -348,6 +348,7 @@ namespace NewHorizons.Builder.Props
else if (component is NomaiInterfaceOrb orb)
{
// detect planet gravity
// perhaps we should just detect no volumes. it seems to behave similarly in either case
orb.GetComponent<ConstantForceDetector>()._detectableFields = new ForceVolume[] { planetGO.GetComponent<AstroObject>().GetGravityVolume() };
}