added token target id

This commit is contained in:
Vlyan
2022-02-11 11:28:21 +01:00
parent 732b6b85d8
commit 165c8c81c7
3 changed files with 21 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ export class RollL5r5e extends Roll {
skillId: "",
skillCatId: "",
actor: null,
targetTokenId: null,
difficulty: 2,
difficultyHidden: false,
voidPointUsed: false,
@@ -250,6 +251,7 @@ export class RollL5r5e extends Roll {
if (!this._evaluated) {
await this.roll();
}
console.log(this.l5r5e);
// Define chat data
const chatData = {