Various fixes
All checks were successful
Release Creation / build (release) Successful in 1m40s

This commit is contained in:
2025-06-15 09:37:08 +02:00
parent 1f2d82bd0b
commit d03c5f2c1e
8 changed files with 151 additions and 49 deletions

View File

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