From 11d58e0632c8407d6ef2e9e5565bb577fd24fdba Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 6 Jan 2025 03:17:02 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ab06ca7b..ca6c0b29 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -340,7 +340,7 @@ }, "randomOrientation": { "type": "boolean", - "description": "Should they be randomly oriented, or all pointing towards the center.", + "description": "Should the detail of the asteroid be randomly oriented, or should it point towards the center.", "default": true } }