mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Skip to loop 2 in new star systems
This commit is contained in:
parent
44141ad5c4
commit
568f8a757e
@ -518,8 +518,10 @@ namespace NewHorizons
|
||||
|
||||
// We are in a custom system on the first loop -> The time loop isn't active, that's not very good
|
||||
// TimeLoop uses the launch codes condition to know if the loop is active or not
|
||||
// We also skip them to loop 2, else if they enter a credits volume in this loop they get reset
|
||||
if (CurrentStarSystem != "SolarSystem" && PlayerData.LoadLoopCount() == 1)
|
||||
{
|
||||
PlayerData.SaveLoopCount(2);
|
||||
PlayerData.SetPersistentCondition("LAUNCH_CODES_GIVEN", true);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user