Fix d6BB combat roll

This commit is contained in:
2022-07-16 11:03:33 +02:00
parent d27b78d1d2
commit 8f60aa95ee
3 changed files with 12 additions and 1 deletions

View File

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