Points de creation OK again

This commit is contained in:
2023-05-24 14:00:24 +02:00
parent 268ac0a25a
commit 3f5f090bb9
3 changed files with 11 additions and 2 deletions

View File

@ -744,6 +744,7 @@ export class BoLDefaultRoll {
speaker: ChatMessage.getSpeaker({ actor: actor }),
flags: { msgType: "default" }
})
this.rollData.damageRoll = duplicate(this.rollData.damageRoll)
this.rollData.actor = undefined // Cleanup
msg.setFlag("world", "bol-roll-data", this.rollData)
})