mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Load dark bramble earlier
This commit is contained in:
parent
5218968e26
commit
b357dafa8f
@ -66,6 +66,11 @@ namespace NewHorizons.Handlers
|
|||||||
playerSpawner.DebugWarp(_vesselSpawnPoint);
|
playerSpawner.DebugWarp(_vesselSpawnPoint);
|
||||||
Builder.General.SpawnPointBuilder.SuitUp();
|
Builder.General.SpawnPointBuilder.SuitUp();
|
||||||
|
|
||||||
|
LoadDB();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void LoadDB()
|
||||||
|
{
|
||||||
if (Instance.CurrentStarSystem == "SolarSystem")
|
if (Instance.CurrentStarSystem == "SolarSystem")
|
||||||
{
|
{
|
||||||
// Deactivate village music because for some reason it still plays.
|
// Deactivate village music because for some reason it still plays.
|
||||||
|
|||||||
@ -526,6 +526,8 @@ namespace NewHorizons
|
|||||||
PlayerData.SaveLoopCount(2);
|
PlayerData.SaveLoopCount(2);
|
||||||
PlayerData.SetPersistentCondition("LAUNCH_CODES_GIVEN", true);
|
PlayerData.SetPersistentCondition("LAUNCH_CODES_GIVEN", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (shouldWarpInFromVessel) VesselWarpHandler.LoadDB();
|
||||||
}
|
}
|
||||||
else if (isEyeOfTheUniverse)
|
else if (isEyeOfTheUniverse)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user