From e24f3ea48be4c38fe05306ca9a1447968770af30 Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 19 Mar 2023 01:41:49 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index e750bd91..ee1b4f36 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1415,7 +1415,7 @@ "$ref": "#/definitions/NomaiTextType" }, "location": { - "description": "The location of this object. ", + "description": "The location of this object. Arcs will be blue if their locations match the wall, else orange.", "default": "unspecified", "$ref": "#/definitions/NomaiTextLocation" }, @@ -2213,7 +2213,7 @@ "format": "int32" }, "location": { - "description": "The location of this object. ", + "description": "The location of this object. Arcs will be blue if their locations match the wall, else orange.", "default": "unspecified", "$ref": "#/definitions/NomaiTextLocation" },