Merge branch 'main' into feature/1-Embedding-Rolls

This commit is contained in:
WBHarry 2025-05-25 01:42:57 +02:00
commit eeede65443
331 changed files with 12154 additions and 811 deletions

View file

@ -81,6 +81,7 @@ Hooks.once('init', () => {
CONFIG.ChatMessage.dataModels = {
dualityRoll: models.DhpDualityRoll,
adversaryRoll: models.DhpAdversaryRoll,
damageRoll: models.DhpDamageRoll,
abilityUse: models.DhpAbilityUse
};
CONFIG.ChatMessage.documentClass = applications.DhpChatMessage;