Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Jan 7, 2025
2 parents 1bcb654 + 8f6748c commit 13494f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/actor/actor-soulbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13494f5

Please sign in to comment.