From 704bb96523794ccee974fbaab07f54c6648c51f8 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 24 Oct 2023 22:01:21 +0200 Subject: [PATCH] Fixing references --- .../filters/{any_slot_empty.json => any_slots_empty.json} | 0 source/behavior/entities/format/components/equip_item.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename source/behavior/entities/filters/filters/{any_slot_empty.json => any_slots_empty.json} (100%) 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" }