cant hgelp being a gemini

This commit is contained in:
Nick 2023-08-26 17:18:28 -04:00
parent bd91422054
commit 12f1dfcfd8
2 changed files with 1 additions and 3 deletions

View File

@ -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:

View File

@ -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);