mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
build last
This commit is contained in:
parent
39cfce0f90
commit
4ed239de1e
@ -76,8 +76,6 @@ namespace NewHorizons.Handlers
|
|||||||
DisplayBodiesOnTitleScreen();
|
DisplayBodiesOnTitleScreen();
|
||||||
}
|
}
|
||||||
|
|
||||||
randomBuilder.Build();
|
|
||||||
|
|
||||||
// if it can share build extras
|
// if it can share build extras
|
||||||
if (randomBuilder.CanShare)
|
if (randomBuilder.CanShare)
|
||||||
{
|
{
|
||||||
@ -87,6 +85,9 @@ namespace NewHorizons.Handlers
|
|||||||
builder.Build();
|
builder.Build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Build main one last so it overrides the extras
|
||||||
|
randomBuilder.Build();
|
||||||
}
|
}
|
||||||
// default to displaying nh planets if no title screen builders
|
// default to displaying nh planets if no title screen builders
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user