Active effects are shown on the token

This commit is contained in:
WBHarry 2025-07-16 13:06:52 +02:00
parent 1536098f1e
commit f33dc8c4af
3 changed files with 38 additions and 0 deletions

View file

@ -136,6 +136,7 @@ Hooks.once('init', () => {
CONFIG.Canvas.rulerClass = placeables.DhRuler;
CONFIG.Canvas.layers.templates.layerClass = placeables.DhTemplateLayer;
CONFIG.Token.objectClass = placeables.DhTokenPlaceable;
CONFIG.Combat.documentClass = documents.DhpCombat;
CONFIG.ui.combat = applications.ui.DhCombatTracker;
CONFIG.ui.chat = applications.ui.DhChatLog;