Merge branch 'v13-Dev' into chat-command-fix

This commit is contained in:
WBHarry 2026-03-31 17:21:28 +02:00
commit b44a678ad1
20 changed files with 267 additions and 249 deletions

View file

@ -32,6 +32,8 @@ CONFIG.Dice.daggerheart = {
FateRoll: FateRoll
};
Object.assign(CONFIG.Dice.termTypes, dice.diceTypes);
CONFIG.Actor.documentClass = documents.DhpActor;
CONFIG.Actor.dataModels = models.actors.config;
CONFIG.Actor.collection = collections.DhActorCollection;