Skip to content

Commit

Permalink
Add speaker to roll chat messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickburk1988 committed Mar 30, 2024
1 parent c3d4f7f commit c433841
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion module/actor/base-actor-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ export default class UABaseActorSheet extends ActorSheet
content += `</div>`;
roll.toMessage({
content: content,
flavor: dataset["rollLabel"] + modifierString
flavor: dataset["rollLabel"] + modifierString,
speaker: {
actor: this.actor.id
}
});
}

Expand Down

0 comments on commit c433841

Please sign in to comment.