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);
|
return MakeWhiteDwarf(planet, null, mod, progenitor, proxy);
|
||||||
case StellarRemnantType.NeutronStar:
|
case StellarRemnantType.NeutronStar:
|
||||||
return MakeNeutronStar(planet, null, mod, progenitor, proxy);
|
return MakeNeutronStar(planet, null, mod, progenitor, proxy);
|
||||||
case StellarRemnantType.Pulsar:
|
|
||||||
return MakeNeutronStar(planet, null, mod, progenitor, proxy);
|
|
||||||
case StellarRemnantType.BlackHole:
|
case StellarRemnantType.BlackHole:
|
||||||
return MakeBlackhole(planet, null, progenitor, proxy);
|
return MakeBlackhole(planet, null, progenitor, proxy);
|
||||||
default:
|
default:
|
||||||
|
|||||||
@ -164,7 +164,7 @@ namespace NewHorizons.Builder.Body
|
|||||||
fluidVolume.gameObject.AddComponent<WaterCloakFixerVolume>().material = TSR.sharedMaterials.First(x => x.name == "Ocean_GD_Surface_mat");
|
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.transform.position = planetGO.transform.position;
|
||||||
waterGO.SetActive(true);
|
waterGO.SetActive(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user