mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Using the prototypeToken name in the chat message window
This commit is contained in:
parent
05dec9fcea
commit
c453f59db3
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