mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Move model ship along with TH
This commit is contained in:
parent
87d53e5a3d
commit
74f1fbd730
@ -122,6 +122,7 @@ namespace NewHorizons.Utility
|
||||
case AstroObject.Name.TimberHearth:
|
||||
otherChildren.Add(SearchUtilities.Find("MiningRig_Body"));
|
||||
otherChildren.Add(SearchUtilities.Find("Ship_Body"));
|
||||
otherChildren.Add(SearchUtilities.Find("ModelRocket_Body"));
|
||||
break;
|
||||
case AstroObject.Name.DreamWorld:
|
||||
otherChildren.Add(SearchUtilities.Find("BackRaft_Body"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user