Add vessel to eye children

This commit is contained in:
Noah Pilarski 2024-06-15 02:40:52 -04:00
parent 3530057a50
commit f4bc2f1aa7

View File

@ -164,6 +164,9 @@ namespace NewHorizons.Utility.OuterWilds
.Select(x => x.gameObject) .Select(x => x.gameObject)
.Where(x => x.name == "SS_Debris_Body")); .Where(x => x.name == "SS_Debris_Body"));
break; break;
case AstroObject.Name.Eye:
otherChildren.Add(SearchUtilities.Find("Vessel_Body"));
break;
// Just in case GetChildren runs before sun station's name is changed // Just in case GetChildren runs before sun station's name is changed
case AstroObject.Name.CustomString: case AstroObject.Name.CustomString:
if (primary._customName.Equals("Sun Station")) if (primary._customName.Equals("Sun Station"))