From 1c098419da8d631e60a44a810d681bf8273c8bb7 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 16 Nov 2021 13:44:46 +0100 Subject: [PATCH] Spelling --- behavior/entities/entities.json | 2 +- source/behavior/entities/format/components/is_stackable.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/behavior/entities/entities.json b/behavior/entities/entities.json index 90ebdd84..43b9a6c5 100644 --- a/behavior/entities/entities.json +++ b/behavior/entities/entities.json @@ -3385,7 +3385,7 @@ "type": "object", "title": "Is Stackable", "additionalProperties": false, - "properties": { "value": { "title": "Value", "description": "UNDOCUMENTATED", "type": "boolean" } } + "properties": { "value": { "title": "Value", "description": "UNDOCUMENTED", "type": "boolean" } } }, "BEJ": { "description": "Sets that this entity is currently stunned.", diff --git a/source/behavior/entities/format/components/is_stackable.json b/source/behavior/entities/format/components/is_stackable.json index d3df6aa5..daa92cae 100644 --- a/source/behavior/entities/format/components/is_stackable.json +++ b/source/behavior/entities/format/components/is_stackable.json @@ -7,7 +7,7 @@ "properties": { "value": { "title": "Value", - "description": "UNDOCUMENTATED", + "description": "UNDOCUMENTED", "type": "boolean" } }