From 9263ad009db7ae766c769f04696201c952386a01 Mon Sep 17 00:00:00 2001 From: Xterionix Date: Mon, 3 Mar 2025 05:49:01 +0500 Subject: [PATCH] - Allowed repairable to use item descriptors --- source/behavior/items/format/components/repairable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/items/format/components/repairable.json b/source/behavior/items/format/components/repairable.json index 429abc37..18bffa01 100644 --- a/source/behavior/items/format/components/repairable.json +++ b/source/behavior/items/format/components/repairable.json @@ -20,7 +20,7 @@ "description": "Items that can be used to repeair it", "$comment": "List of items", "type": "array", - "items": { "type": "string", "title": "Item", "description": "Item identifier" } + "items": { "$ref": "../../../../general/item/descriptor.json" } }, "repair_amount": { "title": "Repair Amount",