Fix progression roll
Release Creation / build (release) Successful in 1m33s

This commit is contained in:
2026-04-29 09:34:16 +02:00
parent e26db56585
commit 709e69fac8
22 changed files with 49 additions and 46 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export default class CthulhuEternalSkillSheet extends CthulhuEternalItemSheet {
user: game.user.id,
speaker: ChatMessage.getSpeaker({ actor: this.actor }),
content: `<div class="progress-roll">${game.i18n.localize("CTHULHUETERNAL.Label.skillProgress")} - ${this.document.name} +${roll.total}</div>`,
type: CONST.CHAT_MESSAGE_TYPES.ROLL,
type: CONST.CHAT_MESSAGE_STYLES.ROLL,
roll: roll,
};
await ChatMessage.create(chatData);