mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add recorder to map satellite children
This commit is contained in:
parent
ec639dfedf
commit
61ad85c685
@ -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"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user