mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Exhibitions in the museum on the Eye correctly reflects shiplog (#770)
<!-- Be sure to reference the existing issue if it exists --> ## Bug fixes - Exhibitions in the museum on the Eye correctly reflects shiplog - By avoiding to make shiplog empty when arriving at the eye as in solarsystem.
This commit is contained in:
commit
d71dc6c22d
@ -29,7 +29,7 @@ namespace NewHorizons.Patches.ShipLogPatches
|
|||||||
|
|
||||||
NHLogger.Log($"Beginning Ship Log Generation For: {currentStarSystem}");
|
NHLogger.Log($"Beginning Ship Log Generation For: {currentStarSystem}");
|
||||||
|
|
||||||
if (currentStarSystem != "SolarSystem")
|
if (currentStarSystem != "SolarSystem" && currentStarSystem != "EyeOfTheUniverse")
|
||||||
{
|
{
|
||||||
__instance._shipLogXmlAssets = new TextAsset[] { };
|
__instance._shipLogXmlAssets = new TextAsset[] { };
|
||||||
foreach (ShipLogEntryLocation logEntryLocation in Object.FindObjectsOfType<ShipLogEntryLocation>())
|
foreach (ShipLogEntryLocation logEntryLocation in Object.FindObjectsOfType<ShipLogEntryLocation>())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user