mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge vessel spawn flags
This commit is contained in:
parent
357b4463f0
commit
7fe2f80b06
@ -271,6 +271,11 @@ namespace NewHorizons.External.Configs
|
|||||||
startHere = startHere || otherConfig.startHere;
|
startHere = startHere || otherConfig.startHere;
|
||||||
|
|
||||||
Vessel = Vessel == null ? otherConfig.Vessel : Vessel;
|
Vessel = Vessel == null ? otherConfig.Vessel : Vessel;
|
||||||
|
if (Vessel != null)
|
||||||
|
{
|
||||||
|
Vessel.spawnOnVessel = Vessel.spawnOnVessel || otherConfig.Vessel.spawnOnVessel;
|
||||||
|
Vessel.alwaysPresent = Vessel.alwaysPresent || otherConfig.Vessel.alwaysPresent;
|
||||||
|
}
|
||||||
|
|
||||||
entryPositions = Concatenate(entryPositions, otherConfig.entryPositions);
|
entryPositions = Concatenate(entryPositions, otherConfig.entryPositions);
|
||||||
curiosities = Concatenate(curiosities, otherConfig.curiosities);
|
curiosities = Concatenate(curiosities, otherConfig.curiosities);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user