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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user