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" } }