From e4164d8934fa993846fdad4833aaa66106c4999c Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 13 Jul 2022 20:22:00 -0400 Subject: [PATCH] Change Asteroid Belt Minimum to -1 --- NewHorizons/External/Modules/AsteroidBeltModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/AsteroidBeltModule.cs b/NewHorizons/External/Modules/AsteroidBeltModule.cs index 5a145562..29588801 100644 --- a/NewHorizons/External/Modules/AsteroidBeltModule.cs +++ b/NewHorizons/External/Modules/AsteroidBeltModule.cs @@ -10,7 +10,7 @@ namespace NewHorizons.External.Modules /// /// Amount of asteroids to create. /// - [Range(0, 200)] [DefaultValue(-1)] public int amount = -1; + [Range(-1, 200)] [DefaultValue(-1)] public int amount = -1; /// /// Angle between the rings and the equatorial plane of the planet.