Add initiative rolls

This commit is contained in:
2026-03-06 09:09:10 +01:00
parent 16cf35aed6
commit badfea1166
7 changed files with 55 additions and 2 deletions
+1
View File
@@ -66,6 +66,7 @@ Hooks.once("init", function () {
CONFIG.ChatMessage.documentClass = documents.AwEChatMessage
CONFIG.Dice.rolls.push(documents.AwERoll)
CONFIG.Combatant.documentClass = documents.AwECombatant
// Handlebars helpers
Handlebars.registerHelper("abs", (value) => Math.abs(value ?? 0))