diff --git a/source/behavior/entities/filters/filters/any_slot_empty.json b/source/behavior/entities/filters/filters/any_slots_empty.json similarity index 100% rename from source/behavior/entities/filters/filters/any_slot_empty.json rename to source/behavior/entities/filters/filters/any_slots_empty.json diff --git a/source/behavior/entities/format/components/equip_item.json b/source/behavior/entities/format/components/equip_item.json index 52b1851c..899c67e2 100644 --- a/source/behavior/entities/format/components/equip_item.json +++ b/source/behavior/entities/format/components/equip_item.json @@ -11,7 +11,7 @@ "description": "List of items that the entity should not equip.", "items": { "type": "string", - "$ref": "../../../../../general/item/descriptor.json", + "$ref": "../../../../general/item/descriptor.json", "description": "Item that the entity should not equip.", "title": "Excluded Items" }