mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Fix chat target selection
This commit is contained in:
parent
e5452f1c2a
commit
291b215a31
2 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
export default class DhpChatMessage extends foundry.documents.ChatMessage {
|
||||
targetHook = null;
|
||||
// targetSelection = null;
|
||||
|
||||
async renderHTML() {
|
||||
async renderHTML(arg) {
|
||||
const actor = game.actors.get(this.speaker.actor);
|
||||
const actorData =
|
||||
actor && this.isContentVisible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue