Added itemUse macro on drag to hotbar

This commit is contained in:
WBHarry 2025-07-15 22:06:34 +02:00
parent f2176c6238
commit e11c1ad972
3 changed files with 54 additions and 0 deletions

View file

@ -139,6 +139,7 @@ Hooks.once('init', () => {
CONFIG.Combat.documentClass = documents.DhpCombat;
CONFIG.ui.combat = applications.ui.DhCombatTracker;
CONFIG.ui.chat = applications.ui.DhChatLog;
CONFIG.ui.hotbar = applications.ui.DhHotbar;
CONFIG.Token.rulerClass = placeables.DhTokenRuler;
CONFIG.ui.resources = applications.ui.DhFearTracker;