1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 02:53:29 +08:00

Work in progress

This commit is contained in:
2023-01-08 17:55:22 +08:00
parent 4f9b3f72ba
commit 4e3c624faa
2 changed files with 32 additions and 2 deletions

View File

@@ -322,6 +322,11 @@ public class CheatEnabler : BaseUnityPlugin
theme.RareVeins = veins.ToArray();
theme.RareSettings = settings.ToArray();
}
else
{
theme.RareVeins = null;
theme.RareSettings = null;
}
if (_highLuminosityBirthStar)
{
StarGen.specifyBirthStarMass = 100f;