mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge branch 'main' into feature/1-Embedding-Rolls
This commit is contained in:
commit
eeede65443
331 changed files with 12154 additions and 811 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue