Various fixes
All checks were successful
Release Creation / build (release) Successful in 51s

This commit is contained in:
2025-06-15 16:32:47 +02:00
parent d03c5f2c1e
commit eea83aa10e
9 changed files with 62 additions and 13 deletions

View File

@@ -99,7 +99,8 @@ export default class HellbornRoll extends Roll {
let damageRoll = new Roll(formula)
await damageRoll.evaluate()
await damageRoll.toMessage({
flavor: `<div class="flavor-text-damage"><h2>Damage Roll : ${options.rollItem.name}</h2><BR><strong> ${options.rollItem.system.damageType}</strong></div>`,
flavor: `<div class="flavor-text-damage"><h2>${options.rollItem.name}</h2>
<BR><span class="chat-damage-type"><span>${options.rollItem.system.damageType}</span></span></div>`,
});
return
}