Mode de visibilité des jets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user