Fixed combatant isNPC

This commit is contained in:
WBHarry 2025-12-06 15:55:55 +01:00
parent 07b494054e
commit b054d7b524
4 changed files with 9 additions and 1 deletions

View file

@ -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;