Mode de visibilité des jets

This commit is contained in:
2026-05-29 01:53:35 +02:00
parent 0cbd7a6deb
commit 1765cb2ef9
2 changed files with 9 additions and 2 deletions
+4 -2
View File
@@ -47,8 +47,10 @@ export default class ChatRollResult {
{
content: await this.buildRollHtml(roll)
},
roll.active.actor,
roll.current?.rollmode?.key
{
actor: roll.active.actor,
rollmode: roll.current?.rollmode?.key
}
))
await this.saveChatMessageRoll(chatMessage, roll, impacts)