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