From 61ad85c6850be4b4ca10e9aeaa4cd6f642a1d5de Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Tue, 28 Jun 2022 06:52:08 -0400 Subject: [PATCH] Add recorder to map satellite children --- NewHorizons/Utility/AstroObjectLocator.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NewHorizons/Utility/AstroObjectLocator.cs b/NewHorizons/Utility/AstroObjectLocator.cs index 5711a23d..91d36f95 100644 --- a/NewHorizons/Utility/AstroObjectLocator.cs +++ b/NewHorizons/Utility/AstroObjectLocator.cs @@ -128,6 +128,9 @@ namespace NewHorizons.Utility otherChildren.Add(SearchUtilities.Find("BackRaft_Body")); otherChildren.Add(SearchUtilities.Find("SealRaft_Body")); break; + case AstroObject.Name.MapSatellite: + otherChildren.Add(SearchUtilities.Find("HearthianRecorder_Body")); + break; // For some dumb reason the sun station doesn't use AstroObject.Name.SunStation case AstroObject.Name.CustomString: if (primary._customName.Equals("Sun Station"))