diff --git a/Source/AviationLights/AviationLights.cs b/Source/AviationLights/AviationLights.cs index 49c3cc8..aafeb61 100644 --- a/Source/AviationLights/AviationLights.cs +++ b/Source/AviationLights/AviationLights.cs @@ -103,7 +103,7 @@ public class TypePreset public float Intensity = 0.5f; [KSPField(isPersistant = true, guiActiveEditor = true, guiName = "#AL_LightRange", advancedTweakable = true)] - [UI_FloatRange(minValue = 1.0f, stepIncrement = 1.0f, maxValue = 50.0f, affectSymCounterparts = UI_Scene.None, scene = UI_Scene.Editor, suppressEditorShipModified = true)] + [UI_FloatRange(minValue = 1.0f, stepIncrement = 1.0f, maxValue = 150.0f, affectSymCounterparts = UI_Scene.None, scene = UI_Scene.Editor, suppressEditorShipModified = true)] public float Range = 10.0f; [KSPField(isPersistant = true, guiName = "#AL_LightType", advancedTweakable = true)]