From 2196794398821a2c51b2aad1d37a4105c465b092 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Wed, 10 Aug 2022 22:33:29 -0400 Subject: [PATCH] Specify 2 the sequel --- NewHorizons/External/Modules/VariableSize/StarModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]