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

This commit is contained in:
2025-05-26 18:26:55 +02:00
parent 86ee9a44ec
commit 28ec390020
14 changed files with 67 additions and 30 deletions

View File

@@ -214,6 +214,9 @@ export default class HellbornActorSheet extends HandlebarsApplicationMixin(found
if (item.type === "species-trait") {
content = await foundry.applications.handlebars.renderTemplate("systems/fvtt-hellborn/templates/chat-trait.hbs", item.toObject())
}
if (item.type === "tarot") {
content = await foundry.applications.handlebars.renderTemplate("systems/fvtt-hellborn/templates/chat-tarot.hbs", item.toObject())
}
const chatData = {
user: game.user.id,
speaker: ChatMessage.getSpeaker({ actor: this.actor }),