From 1ba672680ebc5bb575eceb9b883ff6181ba097f9 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 19:29:53 +0200 Subject: [PATCH] missed initial declaration --- src/system.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/system.json b/src/system.json index 3e21f581..b70dd199 100644 --- a/src/system.json +++ b/src/system.json @@ -41,7 +41,10 @@ "documentTypes": { "Actor": { "character": {} - } + }, + "Item": { + "skill": {} + } }, "socket": false, "initiative": "1d6",