Improve init for monsters and some fixwes around shields
Release Creation / build (release) Successful in 48s

This commit is contained in:
2026-05-17 13:22:29 +02:00
parent 54421e4a83
commit db3e8b5d35
36 changed files with 366 additions and 352 deletions
+1 -1
View File
@@ -147,6 +147,6 @@ export async function rollFreeDie(dieType, count = 1, explode = false) {
content,
sound: CONFIG.sounds.dice,
}
ChatMessage.applyRollMode(msgData, rollMode)
ChatMessage.applyMode(msgData, rollMode)
await ChatMessage.create(msgData)
}