mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[PR] Use the token name in the chat message targets window (#1441)
This commit is contained in:
parent
9cfa206adc
commit
148c9c019a
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ export default class TargetField extends fields.SchemaField {
|
|||
return {
|
||||
id: token.id,
|
||||
actorId: token.actor.uuid,
|
||||
name: token.actor.name,
|
||||
name: token.name,
|
||||
img: token.actor.img,
|
||||
difficulty: token.actor.system.difficulty,
|
||||
evasion: token.actor.system.evasion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue