mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
cant hgelp being a gemini
This commit is contained in:
parent
bd91422054
commit
12f1dfcfd8
@ -141,8 +141,6 @@ namespace NewHorizons.Builder.Body
|
||||
return MakeWhiteDwarf(planet, null, mod, progenitor, proxy);
|
||||
case StellarRemnantType.NeutronStar:
|
||||
return MakeNeutronStar(planet, null, mod, progenitor, proxy);
|
||||
case StellarRemnantType.Pulsar:
|
||||
return MakeNeutronStar(planet, null, mod, progenitor, proxy);
|
||||
case StellarRemnantType.BlackHole:
|
||||
return MakeBlackhole(planet, null, progenitor, proxy);
|
||||
default:
|
||||
|
||||
@ -164,7 +164,7 @@ namespace NewHorizons.Builder.Body
|
||||
fluidVolume.gameObject.AddComponent<WaterCloakFixerVolume>().material = TSR.sharedMaterials.First(x => x.name == "Ocean_GD_Surface_mat");
|
||||
}
|
||||
|
||||
// TODO: fix ruleset making the sand bubble pop up
|
||||
// TODO: fix ruleset making the sand bubble pop up when editing the twins
|
||||
|
||||
waterGO.transform.position = planetGO.transform.position;
|
||||
waterGO.SetActive(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user