diff --git a/scripts/actor/actor-soulbound.js b/scripts/actor/actor-soulbound.js index 528782f..0f09120 100644 --- a/scripts/actor/actor-soulbound.js +++ b/scripts/actor/actor-soulbound.js @@ -309,8 +309,8 @@ export class SoulboundActor extends WarhammerActor { if (token || this.isToken) { return { - token : (token?.document || this.token).id, - scene : (token?.document || this.token).parent.id + token : (token || this.token).id, + scene : (token || this.token).parent.id } } else