More tests againts rolls

This commit is contained in:
2026-03-06 08:06:57 +01:00
parent 95b19c8f02
commit 16cf35aed6
15 changed files with 677 additions and 185 deletions
+3
View File
@@ -66,6 +66,9 @@ Hooks.once("init", function () {
CONFIG.ChatMessage.documentClass = documents.AwEChatMessage
CONFIG.Dice.rolls.push(documents.AwERoll)
// Handlebars helpers
Handlebars.registerHelper("abs", (value) => Math.abs(value ?? 0))
})
Hooks.once("ready", function () {