mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Fixed combatant isNPC
This commit is contained in:
parent
07b494054e
commit
b054d7b524
4 changed files with 9 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ CONFIG.ActiveEffect.dataModels = models.activeEffects.config;
|
|||
|
||||
CONFIG.Combat.documentClass = documents.DhpCombat;
|
||||
CONFIG.Combat.dataModels = { base: models.DhCombat };
|
||||
CONFIG.Combatant.documentClass = documents.DHCombatant;
|
||||
CONFIG.Combatant.dataModels = { base: models.DhCombatant };
|
||||
|
||||
CONFIG.ChatMessage.dataModels = models.chatMessages.config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue