Fix tirage de cartes

This commit is contained in:
2025-09-29 19:49:02 +02:00
parent d647fcc35e
commit a109fd6acb
37 changed files with 98 additions and 74 deletions

View File

@@ -140,7 +140,7 @@ export class MaleficesCommands {
selectedCard.system.isgm = false
selectedCard.value = (selectedCard.system.ispositif)? selectedCard.system.numericvalueup : selectedCard.system.numericvaluedown
MaleficesUtility.createChatMessage(game.user.name, "", {
content: await foundry.applications.handlebars.renderTemplates(`systems/fvtt-malefices/templates/chat/display-tarot-card.hbs`, selectedCard)
content: await foundry.applications.handlebars.renderTemplate(`systems/fvtt-malefices/templates/chat/display-tarot-card.hbs`, selectedCard)
})
}