From f3354a424a248da67573b776eb9a005b810c74c6 Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Sun, 27 Aug 2023 17:15:33 -0700 Subject: [PATCH] Update data/schema/robot.json Co-authored-by: Brent Yorgey --- data/schema/robot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schema/robot.json b/data/schema/robot.json index 0a7510430..cfd0dc18a 100644 --- a/data/schema/robot.json +++ b/data/schema/robot.json @@ -15,7 +15,7 @@ "description": "A description of the robot, given as a list of paragraphs. This is currently not used for much (perhaps not at all?)." }, "loc": { - "description": "An optional (x,y) starting location for the robot. If the loc field is specified, then a concrete robot will be created at the given location. If this field is omitted, then this robot record exists only as a template which can be referenced from a cell in the world palette. Concrete robots will then be created wherever the corresponding palette character is used in the world map.", + "description": "An optional starting location for the robot. If the loc field is specified, then a concrete robot will be created at the given location. If this field is omitted, then this robot record exists only as a template which can be referenced from a cell in the world palette. Concrete robots will then be created wherever the corresponding palette character is used in the world map.", "oneOf": [ {"$ref": "./cosmic-loc.json"}, {"$ref": "./planar-loc.json"}