mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Removed pulsars, use custom if you care
This commit is contained in:
parent
fa1d11d94a
commit
bd91422054
@ -42,11 +42,6 @@ namespace NewHorizons.Builder.Body
|
||||
case StellarRemnantType.NeutronStar:
|
||||
MakeNeutronStar(go, sector, mod, star.Config.Star);
|
||||
|
||||
break;
|
||||
case StellarRemnantType.Pulsar:
|
||||
MakeNeutronStar(go, sector, mod, star.Config.Star);
|
||||
// TODO: add jets, up rotation speed (use a RotateTransform on the star instead of changing sidereal period)
|
||||
|
||||
break;
|
||||
case StellarRemnantType.BlackHole:
|
||||
MakeBlackhole(go, sector, star.Config.Star);
|
||||
|
||||
@ -154,7 +154,6 @@ namespace NewHorizons.External.Modules.VariableSize
|
||||
[EnumMember(Value = @"default")] Default,
|
||||
[EnumMember(Value = @"whiteDwarf")] WhiteDwarf,
|
||||
[EnumMember(Value = @"neutronStar")] NeutronStar,
|
||||
[EnumMember(Value = @"pulsar")] Pulsar,
|
||||
[EnumMember(Value = @"blackHole")] BlackHole,
|
||||
[EnumMember(Value = @"custom")] Custom
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user