From 2c7ea506fa0d2776e9c4c8b7a36502b0c5712242 Mon Sep 17 00:00:00 2001 From: cptn-cosmo Date: Sat, 26 Jul 2025 14:44:49 +0200 Subject: [PATCH] fixed compendium setup for adversaries and environments --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index eaef71c1..fa7cc438 100644 --- a/system.json +++ b/system.json @@ -132,7 +132,7 @@ "label": "Adversaries", "system": "daggerheart", "path": "packs/adversaries.db", - "type": "Item", + "type": "Actor", "private": false, "flags": {} }, @@ -141,7 +141,7 @@ "label": "Environments", "system": "daggerheart", "path": "packs/environments.db", - "type": "Item", + "type": "Actor", "private": false, "flags": {} },