début des messages d'items

This commit is contained in:
rwanoux
2024-11-26 12:48:27 +01:00
parent 1327f92f41
commit dc621f2223
36 changed files with 449 additions and 124 deletions
+2
View File
@@ -53,6 +53,8 @@ Hooks.once('init', async function () {
CONFIG.ui.combat = VermineCombatTracker;
CONFIG.Combatant.documentClass = VermineCombatant;
CONFIG.Combat.documentClass = VermineCombat;
// Register sheet application classes
Actors.unregisterSheet("core", ActorSheet);