Better use of tokens/actors

This commit is contained in:
2022-11-30 12:15:45 +01:00
parent 567710d922
commit 6b508c96be
3 changed files with 19 additions and 18 deletions

View File

@ -496,7 +496,6 @@ export class HawkmoonActor extends Actor {
rollData.alias = this.name
rollData.actorImg = this.img
rollData.actorId = this.id
rollData.isToken = this.isToken
rollData.tokenId = this.token?.id
rollData.img = this.img
rollData.attributs = HawkmoonUtility.getAttributs()