diff --git a/NewHorizons/External/Modules/VariableSize/StarModule.cs b/NewHorizons/External/Modules/VariableSize/StarModule.cs index daffcfa2..560d34af 100644 --- a/NewHorizons/External/Modules/VariableSize/StarModule.cs +++ b/NewHorizons/External/Modules/VariableSize/StarModule.cs @@ -53,7 +53,7 @@ namespace NewHorizons.External.Modules.VariableSize public float solarLuminosity = 1f; /// - /// Radius of the supernova. + /// Radius of the supernova. Any planets within 80% of this will be destroyed. /// [DefaultValue(50000f)] [Range(0f, double.MaxValue)]