From 8e9af595eef20358b9fdf0885d7bf1a632aee1e8 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 14 Aug 2024 20:22:58 +0200 Subject: [PATCH] fixing has_damaged_equipment --- .../entities/filters/filters/has_damaged_equipment.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/behavior/entities/filters/filters/has_damaged_equipment.json b/source/behavior/entities/filters/filters/has_damaged_equipment.json index 3b141005..f0ebce02 100644 --- a/source/behavior/entities/filters/filters/has_damaged_equipment.json +++ b/source/behavior/entities/filters/filters/has_damaged_equipment.json @@ -3,18 +3,18 @@ "type": "object", "title": "Has Damaged Equipment", "description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.", - "required": [ "value" ], + "required": ["value"], "properties": { "test": { "type": "string", - "const": "has_equipment", + "const": "has_damaged_equipment", "description": "Tests for the presence of a damaged named item in the designated slot of the subject entity.", "title": "Test" }, "domain": { "description": "The equipment location to test.", "default": "any", - "enum": [ "any", "inventory", "armor", "feet", "hand", "head", "leg", "torso" ], + "enum": ["any", "inventory", "armor", "feet", "hand", "head", "leg", "torso"], "title": "Domain" }, "operator": {