Set shuttle landing radius (#363)

This commit is contained in:
Nick 2022-09-09 12:47:39 -04:00 committed by GitHub
commit 1ec59c6538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ namespace NewHorizons.Builder.Atmosphere
PlanetoidRuleset PR = rulesetGO.AddComponent<PlanetoidRuleset>();
PR._altitudeFloor = innerRadius;
PR._altitudeCeiling = sphereOfInfluence;
PR._shuttleLandingRadius = sphereOfInfluence;
PR._useMinimap = config.Base.showMinimap;
PR._useAltimeter = config.Base.showMinimap;